Hallo Welt in verschiedenen Programmiersprachen
//java
System.out.println("hello world")
//python
print("hello world")
//c#
Console.WriteLine("hello world")
//js(javascript)
console.log("hello world")
//also js(javascript)
alert("hello world")
//c++
cout << "hello world" << endl;
//html
hello world
Gorgeous Gentoo