Pages for logged out editors learn more
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"); } }