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">
+
<syntaxhighlight lang=c-sharp style="border:3px dashed blue">
#include <stdio.h>
+
using dummy;
 
int main()
 
int main()
 
{
 
{
printf ("Hello world!");
+
Console.WriteLine("Hello world!");
 
return 0;
 
return 0;
 
}
 
}

Revision as of 10:39, 11 October 2017


using dummy;
int main()
{
	Console.WriteLine("Hello world!");
	return 0;
}


English Feed-icon.png RSS -->