+ 5
Hello World ; )
puts your hello world here here is my printf("Hello World"); it just a fun not a question
4 Antworten
+ 10
"use strict"
const c = console.log
var h = "h"
var e = "e"
var l = "l"
var o = "o"
var w = "w"
var r = "r"
var d = "d"
c(h + e +l+ l +o + " " + w+ o+ r +l+ d)
https://code.sololearn.com/cmgxEW2VFEK8/?ref=app
https://www.sololearn.com/discuss/687816/?ref=app
+ 5
ok...
cout << "hello world" << endl;
+ 4
Hello, World ! in 200 Programming Languages → http://www.scriptol.com/programming/hello-world.php
+ 2
Console.Write("Hello World");