21
571n93r
6y

System.out.println("Hello World!");
Console.WriteLine("Hello World!");
console.log("Hello World!");
print("Hello World!)
printf("Hello World!);
cout << "Hello World!" << endl;
echo "Hello World!"

Add some other languages 😁

Comments
  • 2
    print_endline "Hello world" ;;
  • 2
    Puts "Hello, World!"
  • 3
    println("Hello World!")
  • 2
    dbms_output.put_line('Hello World!');
  • 4
    println!("Hello, World!");
  • 7
    Exception e = new Exception("Hello World");
    e.printStackTrace();

    alert("Hello World");

    docker run hello-world
  • 2
    @ruhe *cringe* at the first 1 ++ for 2nd and 3rd
  • 5
    Serial.begin(9600);
    Serial.write("Hello World");
  • 3
    error(’Hello World’)

    Or to show a bit more Code

    str sText
    ’Hello World’ -> sText
    error(sText)
  • 1
    @ruhe yes man!
  • 3
    msgbox("Hello World!");
    *.vbs
  • 10
    Mov 0x48
    Mov 0x65
    Mov 0x6c
    Mov 0x6c
    Mov 0x6f
    Mov 0x20
    Mov 0x77
    Mov 0x6f
    Mov 0x72
    Mov 0x6c
    Mov 0x64
  • 2
    debug.log("Hello World");
  • 10
    ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
  • 1
    @kangalioo wtf is this?
  • 3
    @PVeda brainfuck
  • 8
  • 3
    Hello World
  • 3
    @segfaults is that supposed to be HTML?
  • 0
    System.err.println("Hello World")
  • 3
    WriteLn('Hello World!');
  • 2
    document.write('hello world');
  • 2
    PUT SKIP LIST('Hello World');
  • 1
    @segfaults lool
    *.txt file :D
  • 2
    message('Hello World').
    ?- message(M).
  • 2
    print::String->Char
    print "" = ""
    print (h:t) = h + print t

    main = defaultMain[
    print "hello world"
    ]
  • 4
    https://fr.m.wikipedia.org/wiki/...

    Here's a collection of i love u in french, in every (a lot..) programming language. Enjoy

    And btw <?= 'Hello world' ?>
  • 1
    IO.puts “hello world”
    fmt.printLn( “hello world” )
    println!( “hello world” )
  • 2
    Hello World Souffle.

    This recipe prints the immortal words "Hello world!", in a basically brute force way. It also makes a lot of food for one person.

    Ingredients.
    72 g haricot beans
    101 eggs
    108 g lard
    111 cups oil
    32 zucchinis
    119 ml water
    114 g red salmon
    100 g dijon mustard
    33 potatoes

    Method.
    Put potatoes into the mixing bowl. Put dijon mustard into the mixing bowl. Put lard into the mixing bowl. Put red salmon into the mixing bowl. Put oil into the mixing bowl. Put water into the mixing bowl. Put zucchinis into the mixing bowl. Put oil into the mixing bowl. Put lard into the mixing bowl. Put lard into the mixing bowl. Put eggs into the mixing bowl. Put haricot beans into the mixing bowl. Liquefy contents of the mixing bowl. Pour contents of the mixing bowl into the baking dish.

    Serves 1.
  • 0
    @ruhe πŸ‘
  • 0
    Write 'Hello World'.
  • 1
    πŸπŸ‡
    πŸ˜ƒ πŸ”€Hello World !πŸ”€
    πŸ‰
  • 1
    main = putStrLn "Hello World"
  • 1
    int driver=0,mode=0;
    initgraphic(&diver,&mode,"<BGI directory path>");
    outtextxy(250,250,"Hello World!");
    //turbo c++ graphic mode
  • 1
    (print "hello world")
    WRITE (*,*) "Hello World"
  • 0
    @osx94 language?
  • 0
    @Elandor language?
  • 1
    @571n93r common lisp and Fortran :D
  • 0
    @kangalioo brainf for the win
  • 1
    @571n93r Emojicode πŸ˜‰
Add Comment