Fork me on GitHub

hello, world 大全

http://www.roesler-ac.de/wolfram/hello.htm

 

例子:

 

#include<stdio.h> int main()

{

printf("hello world");

return 0;

}

 


public class Hello{

public static void main(String args[]){

System.out.println("Hello World!"); } }
posted @ 2011-06-18 22:25  浪飞-louffy  阅读(95)  评论(0)    收藏  举报