zanfranceschi

teste de página

lorem ipsum


(defn my-function [a b]
    (str "–> " a b))    
def my_function(a, b):
    pass
string teste = "teste";
sequenceDiagram participant A as Alice participant B as Bob A->>B: Hello John, how are you? Note right of A: Teste, 1, 2, 3... B-->>A: Great! Note over A, B: Teste, 1, 2, 3.. loop para cada item A->>B: POST /items B-->>A: HTTP Created/201 opt se houver erro A->>B: retry posting item end end