Difference between revisions of "Sandbox"
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 | ||
| }} | }} | ||
| + | --> | ||
