Navigation

    小埋社区

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    国际惯例难道不是先来个hello world吗?

    编程
    6
    8
    1310
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Bruce
      Bruce ACG last edited by

      #include<stdio.h>//引用标准输入输出头文件
      int main()//定义主函数
      {
      printf("Hello,world!\n");//输出语句并换行
      return 0;//返回0值代表成功
      }//结束
      /*********
      by Bruce Kang
      *********/

      1 Reply Last reply Reply Quote 0
      • Kevin
        Kevin 站长 last edited by

        😂

        1 Reply Last reply Reply Quote 0
        • 单身狗保护协会会长
          单身狗保护协会会长 last edited by

          不标准的C语言代码……😂
          ^ ^
          ^ ^
          以上内容经过UTF-8编码

          1 Reply Last reply Reply Quote 0
          • D
            Diamond last edited by

            System.Out.Println("hello,world");

            1 Reply Last reply Reply Quote 0
            • a-wing
              a-wing last edited by

              puts "Hello world"

              1 Reply Last reply Reply Quote 0
              • a-wing
                a-wing last edited by

                echo SGVsbG8gd29ybGQK | base64 -d

                1 Reply Last reply Reply Quote 0
                • MrAMS
                  MrAMS last edited by

                  #Python 3😂
                  print("Hello World")

                  1 Reply Last reply Reply Quote 0
                  • Kevin
                    Kevin 站长 last edited by

                    #include<iostream>
                    int main()
                    {
                    std::cout<<"Hello,world"<<std::endl;
                    return 0;
                    }//标准的C++C11

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    © 2017-2021 小埋社区 All Rights Reserved | 皖ICP备17016228号-2