Difference between revisions of "Sandbox"
Sandbox
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE:sandbox}} | {{DISPLAYTITLE:sandbox}} | ||
− | < | + | <source lang="csharp" style="border:3px dashed blue"> |
− | + | private int myfunc() | |
− | int | ||
{ | { | ||
Console.WriteLine("Hello world!"); | Console.WriteLine("Hello world!"); | ||
return 0; | return 0; | ||
} | } | ||
− | </ | + | </source> |
<!-- | <!-- |