User:Guest-1052/sandbox
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");
}
}
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");
}
}