diff options
author | nihilus <nihilus@web> | 2013-05-07 02:39:03 +0200 |
---|---|---|
committer | Wiki User Oberon <nobody@nowhere.ws> | 2013-05-07 02:39:03 +0200 |
commit | a87872afad6e5d341188845b413caf7fef747537 (patch) | |
tree | 62d5b49d3c362d2e1b5c5a94b8765c30cb5fd3f2 | |
parent | c1dc1e3b8f6dd0f3d48a309b8a678fc4d7466ee8 (diff) |
-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; } |