The first post
·
1min
·
JefRouleau
Table of Contents
Paragrap
Hello! This is my first post!
Some subheading
Let me try to show some C# code!
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
public class HelloWorld {
public static void Main() {
Console.WriteLine("Hello, world!");
}
}
How does it look?
Not bad my man!