Difference between revisions of "Sandbox"

From Heureka Wiki
Sandbox
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:sandbox}}
 
{{DISPLAYTITLE:sandbox}}
  
 +
<syntaxhighlight lang=c style="border:3px dashed blue">
 +
#include <stdio.h>
 +
int main()
 +
{
 +
printf ("Hello world!");
 +
return 0;
 +
}
 +
</syntaxhighlight>
 +
 +
<!--
 
{{#ask:
 
{{#ask:
 
  [[Category:Variables]]
 
  [[Category:Variables]]
Line 27: Line 37:
 
  |searchlabel= RSS
 
  |searchlabel= RSS
 
}}
 
}}
 +
-->

Revision as of 10:35, 11 October 2017


#include <stdio.h>
int main()
{
	printf ("Hello world!");
	return 0;
}


English Feed-icon.png RSS -->