Jump to content

Hello World

Zonked

Scala:

object Main {    def main(args: Array[String]) {      println("Hello, world!")    }}
Link to comment
Share on other sites

Link to post
Share on other sites

Don't use Google to do it, just use the languages you know

 

I admit this is hard in whitespace. But actually impossible in Malbolge. Just look it up at Wikipedia and you'll understand why. Or have a look at this code snippet which should print "Hello, world.":

(=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O< 
Link to comment
Share on other sites

Link to post
Share on other sites

Well, pascal is the only language I have worked with that hasn't been used. But apologies for I haven't used it in so long some googling is necessary.

program HelloWorld;uses crt;begin  clrscr;  writeln('Hello World');  readln;end.

My rig: 2600k(4.2 GHz) w/ Cooler Master hyper 212+, Gigabyte Z68-UD3H-B3, Powercolor 7870 xt(1100/1500) w/AIO mod,

8GB DDR3 1600, 120GB Kingston HyperX 3K SSD, 1TB Seagate, Antec earthwatts 430, NZXT H2

Verified max overclock, just for kicks: http://valid.canardpc.com/show_oc.php?id=2609399

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×