User:Guest-1052/sandbox

From Our World of Text Wiki
< User:Guest-1052
Revision as of 13:51, 17 October 2023 by Guest-1052 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

you can test shit here

code

#include <stdio.h>

int main(){
printf("Hello world");

return 0;
}
class HelloWorld{
public static void main(String[] args){
System.out.println("Hello world");
}

}