|
| 20 Feb 2015 08:43 PM |
Ok guys so here the challenge write hello world in all the languages you know, identify them by their comment symbol
-- lua print("Hello World!")
/* Java */ system.out.printIn("Hello World!");
// C++ cout << "Hello World!" << endl;
btw join - http://www.roblox.com/My/Groups.aspx?gid=468509 |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 08:43 PM |
This is a challenge based on you, if you use someone else's comment then you in reality aren't fond of the language
btw join - http://www.roblox.com/My/Groups.aspx?gid=468509 |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 20 Feb 2015 09:10 PM |
I win. http://en.wikipedia.org/wiki/List_of_Hello_world_program_examples |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:12 PM |
(English) Hello World!
( ͡ಠ ͜ʖಠ) |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
| |
|
|
| 20 Feb 2015 09:24 PM |
| print("hello world in all the languages you know, identify them by their comment symbol") |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:25 PM |
Oh crud. He said write, not print.
OK, I wrote it down. I didn't have a pencil, so I used a pen. Does that count? |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:26 PM |
io.write("hello world in all the languages you know, identify them by their comment symbol")
"I like to program." - Bosswalrus |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:29 PM |
z0mg h4x!
Wow, that makes me miss the chat menu indescribably. (Lol, I described it as indescribably, which is a paradox, right? (Oh wait, that isn't. That just means I was being figurative. (But my favorite number is the first number not nameable in under ten words.))) |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:31 PM |
chimmihc kinda got it
the code snippets were there to throw you guise off
('J')
btw join - http://www.roblox.com/My/Groups.aspx?gid=468509 |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:35 PM |
| "identify them by their comment symbol" sort of implies programming languages |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:38 PM |
| Technically, me and Boss got it too. It was really easy, we completed it 100%, where as the other guys only gave one or two languages. |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:40 PM |
Mine was a joke, then someone else did it too.
( ͡ಠ ͜ʖಠ) |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 09:45 PM |
# Ruby
puts 'Hello world!';
; masm
section .text global outp; outp: mov edx,len; mov ecx,print; mov ebx,1; mov eax,4; int 0x80; mov eax,ebx; int 0x80; ret; section .data print db 'Hello world!',0xa; len equ $ - print; call outp; # python
print 'Hello world!';
// js
print('Hello world!');
// php
print 'Hello world!'; |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 20 Feb 2015 09:46 PM |
| STOP USING MASM ARRGH YOU'RE ON A LINUX MACHINE USE GAS qq |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2015 10:08 PM |
am vry sorry, will start now.
ok sir |
|
|
| Report Abuse |
|
|
LucasLua
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 7386 |
|
| |
|