User:Guest-1052/sandbox: Difference between revisions
Appearance
Guest-1052 (talk | contribs) Created page with "you can test shit here code <syntaxhighlight lang="c">#include <stdio.h> int main(){ printf("Hello world"); return 0; }</syntaxhighlight> <syntaxhighlight lang="java">class HelloWorld{ public static void main(String[] args){ System.out.println("Hello world"); } }</syntaxhighlight>" |
Guest-1052 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
you can test shit here | you can test shit here | ||
code | code | ||