diff options
-rw-r--r-- | sandbox.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox.mdwn b/sandbox.mdwn index 476c3e9..acd0dbf 100644 --- a/sandbox.mdwn +++ b/sandbox.mdwn @@ -12,6 +12,7 @@ Hopefully, here will be some sourcecode in highlight. int main(int argc, char **argv) { + /* This prints a Hello, World! */ puts("Hello, World!\n"); return 0; } |