hello world 集锦

来源:互联网 发布:网络主播 无聊 编辑:程序博客网 时间:2024/06/05 10:23
1.python
import os
print ('hello world')
os.system('pause')


2.java
public class HelloWorld {


public static void main(String[] args) {
// TODO Auto-generated method stub
        System.out.println("Hello world!");
}


}


3.boost的helloworld

http://blog.csdn.net/xinqingwuji/article/details/51737177

0 0
原创粉丝点击