User:Guest-1052/sandbox: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2023

1 September 2023

  • curprev 09:5309:53, 1 September 2023Guest-1052 talk contribs 290 bytes +290 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>"