Come Chat with us live! Learn how HERE!
Code: [Select]#!/bin/bashecho "Hello, world"exit 0
#!/bin/bashecho "Hello, world"exit 0
print "Hello World"end
Disp "HELLO WORLD"
main = putStrLn "Hello World"
main = putStrLn.unwords$["Hello","World"]
< kevlarman> zakk is getting his patches from shady frenchmen on irc< kevlarman> this can't be a good sign
#include <iostream>int main() { std::cout << "Hello, world!\n";}
Meh, it works either way.(And your version fails btw, no return statement)
C++
Quote from: A Spork on November 04, 2009, 09:56:53 pmC++Dude, I obviously know it's C++...someone use a Visual Basic GUI to track the IP
Quote from: A Spork on November 03, 2009, 08:35:03 pm#include <iostream>int main() { std::cout << "Hello, world!" << std::endl; return 0;}Fixed
#include <iostream>int main() { std::cout << "Hello, world!" << std::endl; return 0;}