发布于 1970-01-01 08:00
  • 34 个回答
    • System.out.println("Hello World");

      2022-11-24 17:44 回答
    • Scheme

      (display "Hello World")
      2022-11-24 17:44 回答
    • hello word

      php的。

      2022-11-24 17:44 回答
    • Matlab:

      disp('Hello, World!')
      2022-11-24 17:44 回答
    • 13种最为荒谬的编程语言
      http://sd.csdn.net/a/20110411/295610....
      Lolcode
      “Hello World” example:
      HAI
      CAN HAS STDIO?
      VISIBLE “HAI WORLD!”
      KTHXBYE
      Befunge
      “Hello World” example:
      "dlroW olleH">:v
      ^,_@
      Brainfuck
      “Hello World” example:
      ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++
      ..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
      还有更多恶搞语言的写法,简直变态
      http://sd.csdn.net/a/20110411/295610....

      2022-11-24 17:44 回答
    • 写了n年的objc
      Objective c
      NSLog(@"Hello,World");

      2022-11-24 17:44 回答
    • 我来个AutoIt 3的代码好了

      MsgBox(0, "Dialog", "Hello World!")
      2022-11-24 17:44 回答
    • 嘿嘿,我加一个dos bat的吧

      echo hello world!
      2022-11-24 17:44 回答
    • SCALA

      object HelloWorld extends Application {
        println("Hello World")
      }
      2022-11-24 17:44 回答
    • 继续古董级, shell

      echo Hello world!

      ...C#要么

      using System;
      public class HelloWorld
      {
         public static void Main()
         {
            Console.WriteLine("Hello World!");
         }
      }
      2022-11-24 17:44 回答
    • Apple Script

      display dialog "hello world"
      2022-11-24 17:44 回答
    • GAS

      .section .data
      str:
      .ascii "Hello World!"
      
      .section .text
      .global _start
      _start:
          movl  $4, %eax
          movl  $1, %ebx
          movl  $str, %ecx
          movl  $12, %edx
          int   $0x80
          movl  $1, %eax
          movl  $0, %ebx
          int   $0x80
      2022-11-24 17:44 回答
    • GO Language

      package main
      
      import "fmt"
      
      func main() {
          fmt.Println("Hello World!")
      }
      2022-11-24 17:44 回答
    • C-INTERCAL

      PLEASE DO ,1 <- #13
      DO ,1 SUB #1 <- #238
      DO ,1 SUB #2 <- #112
      DO ,1 SUB #3 <- #112
      DO ,1 SUB #4 <- #0
      DO ,1 SUB #5 <- #64
      DO ,1 SUB #6 <- #238
      DO ,1 SUB #7 <- #26
      DO ,1 SUB #8 <- #248
      PLEASE DO ,1 SUB #9 <- #168
      DO ,1 SUB #10 <- #24
      DO ,1 SUB #11 <- #16
      DO ,1 SUB #12 <- #158
      DO ,1 SUB #13 <- #52
      
      PLEASE READ OUT ,1
      PLEASE GIVE UP
      2022-11-24 17:44 回答
    • 来个古董级的, Batch

      @echo hello world!
      @echo off
      pause
      2022-11-24 17:44 回答
    • 来个全部的

      https://github.com/leachim6/hello-wor...

      2022-11-24 17:44 回答
    • SQL算吗

      SELECT "Hello World!"
      2022-11-24 17:44 回答
    • Bash:

      #!/bin/bash
      echo 'Hello World!'

      Prolog:

      write('Hello World!'), nl.

      BASIC:

      PRINT "Hello World"
      2022-11-24 17:44 回答
    • ASP:

      <% Response.Write "Hello World" %>
      2022-11-24 17:44 回答
    • 我接触的第一门语言 Pascal:

      program Bonjour;
      begin
          writeln('Bonjour le monde');
      end.
      2022-11-24 17:44 回答
    • Perl:

      print "Hello, World.\n";
      2022-11-24 17:44 回答
    • Erlang:

      io:format("Hello, world~n").
      2022-11-24 17:44 回答
    • Javascript:

      document.write("Hello, world!");
      2022-11-24 17:44 回答
    • LISP:

      (DEFUN HELLO()
        "HELLO WORLD"
      )

      Small Talk:

      Transcript show: 'Hello, world!'.
      2022-11-24 17:44 回答
    • 各位大神都不写C的啊。。那我献丑了-。-

      #include <stdio.h>
      
      int main() {
          printf("Hello, world!");
          return 0;
      }
      2022-11-24 17:44 回答
    • 来个AS的,现问的人 -。-

      trace("Hello world")
      2022-11-24 17:44 回答
    • shell 也算语言吧?

      printf "Hello world"
      2022-11-24 17:44 回答
    • 我来个haskell版本的

      module Main where
       
      main :: IO ()
      main = putStrLn "Hello, World!"
      2022-11-24 17:44 回答
    • 我来个java的

      public class HelloWord {
      	public static void main(String[] args) {	
      		System.out.println("hello world");
      	}
      }
      2022-11-24 17:44 回答
    • 我来个lua的

      -- hello world from lua
      
      io.write("Hello world")
      2022-11-24 17:44 回答
    • 来个 python 的

      #!/usr/bin/env python
      print("hello world")
      2022-11-24 17:44 回答
    • Ruby:

      puts "Hello World"
      2022-11-24 17:44 回答
    • Fortran:
      -------------------------------------------------

      program main
          write (unit = *, fmt = * ) "hello, world!"
          stop
      end program main

      =================================================

      传中的BrainFuck:
      -------------------------------------------------

      ++++++++++[> +++++++> ++++++++++> +++ < < <-]> ++.> +.+++++++
      ..+++.> ++. < <+++++++++++++++.> .+++.------.--------.> +.
      2022-11-24 17:44 回答
    • 来个css的

      *:before,
      *:after { content:'hello word' }
      2022-11-24 17:44 回答
    撰写答案
    今天,你开发时遇到什么问题呢?
    立即提问
    PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
    Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有