我左手識打波,右手又識寫字,雙手仲識彈琴添! 好勁呀! hahaha~~ (嚴重自戀中! ^^")
你個 Page 都無人睇既 !
#include <stdio.h>int main(){printf("%s\n", "Hello World");return 0;}-------------------------------------------#include <iostream>using namespace std;int main(){ cout << "Hello World" #60;< endl; return 0;}-------------------------------------------public class Hello { public static void main(String[] args){ System.out.println("Hello World"); System.exit(0); }}
我肯定你無 check 過呢個 page 啦。
發佈留言
3 則留言:
你個 Page 都無人睇既 !
#include <stdio.h>
int main()
{
printf("%s\n", "Hello World");
return 0;
}
-------------------------------------------
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World" #60;< endl;
return 0;
}
-------------------------------------------
public class Hello {
public static void main(String[] args){
System.out.println("Hello World");
System.exit(0);
}
}
我肯定你無 check 過呢個 page 啦。
發佈留言