Programming Contest #1
Level: Super Easy!
Challenge: Create a HelloWorld program! It can say anything you want, all it has to do is print text.
Every person who submits a program will win, the reward is 30LGG. If you make your program do special little things like print to a text file or something like that, you'll get some bonus LGG!
This contest has an unlimited amount of winners, and is open to anyone! If you're just learning programming, it could be a fun little easy contest for you to do
Enjoy!
Some helpful tutorials for people who are looking to get into programming, or don't know how to complete this:
Python – Hello World | The CS God
Java 101 : Hello World
C++ Hello World tutorial
Your First VB.NET Project: Hello, World - Matt Ward
PHP: Your first PHP-enabled page - Manual
Current Winners List:
1.) The Unintelligible
2.) C0FFINCASE
3.) einstein95
4.) Zachafer
5.) Stapled
6.) Kitsune
7.) Smithno13
8.) Kitsune
9.) Kingz V
10.)
11.)
12.)
13.)
14.)
15.)
To all of the advanced programmers who are going to hate on these contests, the point of them is to get more people into programming, and make it fun for the LG community. Using these contests, I'm going to gradually teach the people here that are interested in programming how to program Gaia bots, and it will be a slow, easy, self-taught and comprehensive tutorial through a contest-and-reward system
Results 1 to 26 of 26
- 23 May. 2013 02:58am #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.25
Programming Contest #1 - Level: SuperEasy!
Last edited by 323; 25 May. 2013 at 09:07pm.
- 23 May. 2013 03:23am #2
// Delphi
WriteLn('Hello, World!');
30lgg pls.I'm lightning on my feet
- 23 May. 2013 03:46am #3
Global Moderator Literally Hitler
Morbidly Obese
Bird Jesus
- Age
- 34
- Join Date
- Nov. 2009
- Location
- The Land Of Ooo
- Posts
- 8,569
- Reputation
- 711
- LCash
- 0.82
- 23 May. 2013 03:57am #4
- 23 May. 2013 03:59am #5
file = open('print.txt','w')
file.write('Hello, World!')
file.close()
print('Hello, World!')
- 23 May. 2013 07:37am #6PHP Code:
function giveMeLGG($msg)
{
file_put_contents('easyshit.txt', $msg);
echo $msg;
}
giveMeLGG('HELLO WORLD GIVE ME LGG!');
- 23 May. 2013 01:28pm #7
lel php
I'm lightning on my feet
- 23 May. 2013 01:59pm #8
Global Moderator Literally Hitler
Morbidly Obese
Bird Jesus
- Age
- 34
- Join Date
- Nov. 2009
- Location
- The Land Of Ooo
- Posts
- 8,569
- Reputation
- 711
- LCash
- 0.54
- 23 May. 2013 07:37pm #9
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.76
Good job guys! This contest is still open to more people if they want to do it Sending out LGG now!
- 23 May. 2013 07:39pm #10
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 May. 2013 07:40pm #11
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 1.15
- 24 May. 2013 04:34am #12Code:
m db 'Hello World$' mov dx, OFFSET m mov ah, 9 int 21h;
I don't know what I'm saying anymore.I don't get tired.
- 24 May. 2013 05:17am #13
- 24 May. 2013 08:09am #14
I got bored and did more... I think it's still a hellrld.
Edit: Oh my god I hadn't even looked at the second challenge yet. I win.
Python 3.1, sorry.
Code:import random output = open('out.txt', 'w') name = input('What is your name? ') print('Why hello there ' + name + '.') id = str(random.randint(100000, 999999)) print('You are no longer ' + name + '. You will now be known as Prisoner#' + id + '.') answer = input('Do you accept? Type Yes or No ') if 'yes' in answer.lower(): print('Enjoy your stay!') x = 'compliant' else: print('Prisoner#' + id + ' is noncompliant. Beginning execution sequence.') x = 'non-compliant. Prisoner #' + id + ' executed' output.write('Subject is ' + name + '\n' + 'Subject will now be known as Prisoner#' + id + '\n' + 'Subject is ' + x) output.close()
Last edited by Smithno13; 24 May. 2013 at 08:44am.
LG's resident grammar nazi.
Need warez? I can probably find it for you. Throw me a PM.
For all of my sales, if you refer a buyer to me and they make a purchase, you can recieve 5%
- 24 May. 2013 03:05pm #15
- 24 May. 2013 11:49pm #16
Really?
<VB>
Console.Writeline("Hello World")There's nothing ideal about being real, there's so many flaws to cover and conceal.
- 25 May. 2013 12:10am #17
- 25 May. 2013 04:20pm #18
- Join Date
- Apr. 2013
- Location
- Minnesota
- Posts
- 1,325
- Reputation
- 114
- LCash
- 0.42
Code:print("hello world!") #python3.xx
https://discord.gg/TvN6xUb ~ chat on discord pls.
- 24 Jun. 2013 10:01am #19
Python 3.3.0
----------------
from tkinter import *
x=Label(text="Hello World")
x.pack()
- 07 Jul. 2013 05:09am #20
does this count ^_^
public class hi{
public static void main(String args[]){
while(1 > 0){
System.out.println("dlrow olleh");
//hellrld backwards ;D im that fancy
}
}
}
- 21 Jul. 2013 11:52pm #21
- 22 Jul. 2013 01:21am #22
either way, it still ran.
But thank you.
- 27 Jul. 2013 02:04pm #23
<?php
echo "Hellrld!\n";
?>
What's the challenge?
- 30 Jul. 2013 06:06pm #24
Also, here it is in brainfuck:
Code:+++++ +++++ [ > +++++ ++ > +++++ +++++ > +++ > + <<<< - ] > ++ . > + . +++++ ++ . . +++ . > ++ . << +++++ +++++ +++++ . > . +++ . ----- - . ----- --- . > + . > .
Code:>PHOPeOPlOPlOPoOP,OP OPWOPoOPrOPlOPdOP!ON¤
- 02 Aug. 2013 05:08am #25Code:
document.write('Hello world');
- 03 Aug. 2013 01:51am #26Code:
//Upon Button1 being clicked MsgBox.Show("Hello World!")
Last edited by Reserved; 03 Aug. 2013 at 01:54am. Reason: Someone did my method