There is Yao's Wiki.js Home Page As a developer, I want to use my Code to change the world
print('hello,world')
#include <stdio.h>
int main() {
printf('hello,world');
return 0;
}
public class Hello {
public static void main(String[] args) {
System.out.println("hello,world");
}
}