Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The first programs that I wrote was
BK Logo
10 PRINT "HELLO WORLD" (BASIC)
main () { printf ("Hello World" } (C)
main () { cout << "Hello World"; } (C++ )
main () { Console.WriteLine("Hello World" } (C# )
"Hello World" (PowerShell)