User:Guest-1052/sandbox

From Our World of Text Wiki

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");
}

}