#include<stdio.h>
int main(){
printf("hello world");
}
你好啊!世界
public class HelloWorld{
public static void main(String[] args){
System.out.println("hello world");
}
}
你好啊!世界
先从hello world开始O(∩_∩)O哈哈~
原文:https://www.cnblogs.com/tobisola/p/9588891.html