summaryrefslogtreecommitdiff
path: root/sandbox.mdwn
diff options
context:
space:
mode:
authornihilus <nihilus@web>2013-05-07 02:39:03 +0200
committerWiki User Oberon <nobody@nowhere.ws>2013-05-07 02:39:03 +0200
commita87872afad6e5d341188845b413caf7fef747537 (patch)
tree62d5b49d3c362d2e1b5c5a94b8765c30cb5fd3f2 /sandbox.mdwn
parentc1dc1e3b8f6dd0f3d48a309b8a678fc4d7466ee8 (diff)
Diffstat (limited to 'sandbox.mdwn')
-rw-r--r--sandbox.mdwn1
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;
}