当前位置:编程学习 > C#/ASP.NET >>

Hello world

Hello world --------------------编程问答-------------------- hello --------------------编程问答-------------------- Hello world --------------------编程问答-------------------- Response.write("Hello world"). --------------------编程问答-------------------- Hello World!
接分! --------------------编程问答-------------------- alert("Hello") --------------------编程问答-------------------- Hello  --------------------编程问答-------------------- hello --------------------编程问答-------------------- world --------------------编程问答-------------------- Hello Hello  Word  Word  Word! --------------------编程问答-------------------- Console.Write ("Hello World") --------------------编程问答-------------------- --------------------编程问答-------------------- cout<<"hello\n";
System.out.ptintln("hello");
ptintf("hello");
alert("hello");
showmessage("hello");
MessageBox.show("hello");

--------------------编程问答-------------------- Console.WriteLine ("Hello World"); --------------------编程问答-------------------- say hello --------------------编程问答-------------------- 接分来了。
Hello~ --------------------编程问答--------------------
引用 12 楼 wwwzjuteducn 的回复:
cout<<"hello\n";
System.out.ptintln("hello");
ptintf("hello");
alert("hello");
showmessage("hello");
MessageBox.show("hello");
--------------------编程问答-------------------- Console.WriteLine (" FUCK HELLO! FUCK WORLD!"); --------------------编程问答-------------------- 12楼给力 --------------------编程问答-------------------- echo "hello world!"

--------------------编程问答-------------------- 大家都给力 --------------------编程问答-------------------- hello lz --------------------编程问答-------------------- 什么情况
--------------------编程问答-------------------- hello world 呵呵 --------------------编程问答-------------------- System.out.println("Hello World"); --------------------编程问答-------------------- [达纳苏斯语]hello --------------------编程问答-------------------- Hello world! --------------------编程问答--------------------
引用 18 楼 isnotsuitable 的回复:
12楼给力

+1 --------------------编程问答-------------------- hi!!! --------------------编程问答--------------------

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.Write("hello word!");
        }
    }
}
--------------------编程问答-------------------- printf "haha" --------------------编程问答-------------------- --------------------编程问答-------------------- DATA SEGMENT ;
NOTE DB 'Hello World!',0ah,0dh,'$'
DATA ENDS ;
CODE SEGMENT ;
ASSUME CS:CODE, DS:DATA ;
BEGIN: MOV AX,DATA ;
MOV DS,AX ;
MOV DX,OFFSET NOTE ;
MOV AH,09H ;
INT 21H     ;
MOV AH,4CH ;
INT 21H ;
CODE ENDS ;
END BEGIN
 
网上找的汇编版的。 --------------------编程问答-------------------- 直接中文版:
你好...世界... --------------------编程问答--------------------
引用 12 楼 wwwzjuteducn 的回复:
cout<<"hello\n";
System.out.ptintln("hello");
ptintf("hello");
alert("hello");
showmessage("hello");
MessageBox.show("hello");


哈哈 --------------------编程问答-------------------- 12楼..我顶你..很好很强大.. --------------------编程问答-------------------- 每天回帖即可获得10分可用分!小技巧:教您如何更快获得可用分  --------------------编程问答-------------------- Console.WriteLine (" HELLO WORLD!"); --------------------编程问答-------------------- [Quote=引用 34 楼 ccs02287 的回复:]
引用 12 楼 wwwzjuteducn 的回复:
cout<<"hello\n";
System.out.ptintln("hello");
ptintf("hello");
alert("hello");
showmessage("hello");
MessageBox.show("hello");


Write:“hello”; --------------------编程问答-------------------- ptintf("hello");
--------------------编程问答-------------------- Hey Man --------------------编程问答-------------------- 给力 回复内容太短了! --------------------编程问答-------------------- hi worrrldd --------------------编程问答-------------------- hello word --------------------编程问答-------------------- "hello world!" --------------------编程问答-------------------- --------------------编程问答-------------------- 好久没有来了! --------------------编程问答-------------------- MessageBox.show("hello"); --------------------编程问答-------------------- --------------------编程问答-------------------- Hello world --------------------编程问答--------------------
引用 12 楼 wwwzjuteducn 的回复:
cout<<"hello\n";
System.out.ptintln("hello");
ptintf("hello");
alert("hello");
showmessage("hello");
MessageBox.show("hello");
--------------------编程问答--------------------
Console.Write ("Hello World")
--------------------编程问答-------------------- OK. --------------------编程问答--------------------

System.out.println("Hello World!");
--------------------编程问答--------------------

System.out.print("Hello World!");
--------------------编程问答-------------------- 多经典,哈哈 --------------------编程问答-------------------- --------------------编程问答-------------------- hello --------------------编程问答-------------------- public static void mian(Stirng[] args){
  System.out.println("Hello,World");
} --------------------编程问答-------------------- --------------------编程问答-------------------- #include<stdio.h>
int main (void)

    printf(“hello word!\n”);
    return 0;

//手机输入: --------------------编程问答-------------------- --------------------编程问答-------------------- std::cout<<"hello world"<<endl; --------------------编程问答-------------------- 飘过............... --------------------编程问答-------------------- Hello World! --------------------编程问答-------------------- 哈喽,谢盖(“世界”方言)
--------------------编程问答--------------------
引用 65 楼 linux7985 的回复:
哈喽,谢盖(“世界”方言)
    --------------------编程问答-------------------- hi Hello World --------------------编程问答--------------------
引用 12 楼 wwwzjuteducn 的回复:
cout<<"hello\n";
System.out.ptintln("hello");
ptintf("hello");
alert("hello");
showmessage("hello");
MessageBox.show("hello");


呵呵 --------------------编程问答-------------------- hello world ---I fu le YOU! --------------------编程问答-------------------- (*^__^*) 嘻嘻…… --------------------编程问答-------------------- Hello World,欢迎大家对我的域名(10he.com)作出评估,地址:
http://topic.csdn.net/u/20101116/15/3760dc6b-ad46-4585-84df-76ebe1de6b80.html?seed=1333335521&r=69925689#r_69925689 --------------------编程问答--------------------
hello,world --------------------编程问答-------------------- Console.WriteLine("Welcome to coding industry,fish");
补充:.NET技术 ,  非技术区
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,