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-sharp style="border:3px dashed blue">
+
<source lang="csharp" style="border:3px dashed blue">
using dummy;
+
private int myfunc()
int main()
 
 
{
 
{
 
Console.WriteLine("Hello world!");
 
Console.WriteLine("Hello world!");
 
return 0;
 
return 0;
 
}
 
}
</syntaxhighlight>
+
</source>
  
 
<!--
 
<!--

Revision as of 10:42, 11 October 2017


private int myfunc()
{
	Console.WriteLine("Hello world!");
	return 0;
}


English Feed-icon.png RSS -->