Miscellaneous > Programming & Networking
Let's play a game, pals.
worker201:
Dumb game, as this one is clearly the winner:
http://www2.latech.edu/~acm/helloworld/visualc++.html
Runner ups:
http://www2.latech.edu/~acm/helloworld/Intercal.html
http://www2.latech.edu/~acm/helloworld/asm370.html
http://www2.latech.edu/~acm/helloworld/c.html
http://www2.latech.edu/~acm/helloworld/cobol.html
solemnwarning:
--- Quote from: skyman8081 ---The output of that is: "helloworld"
you fail it.
--- End quote ---
--- Code: ---#!/usr/bin/perl
$hello = "hello";
$world = "world";
$hiworld = "$hello"." "."$world";
open(TXT, ">/tmp/helloworld");
print TXT "$hiworld";
close(TXT);
system("/bin/cat /tmp/helloworld");
system("/bin/rm -f /tmp/helloworld");
--- End code ---
fixed :)
Navigation
[0] Message Index
[*] Previous page
Go to full version