Long time members, new commoners welcome to another CodeCall programming game !
To participate in the game you will need to write a program that will print out following, "Hello CodeCall"*, the goal with the game is to reach 100 ways to print out the message...*
So...
Rules
#1 - Always before pasting in the code, type in "Number #X", X is the increasing number of how many ways we can do it...
#2 - Try not to do the same code over and over, avoid to do an identically code which someone else has posted
#3 - double post, triple post or quad and etc...
#4 - Any programming language is welcome, however try to avoid using markup languages,you 'CAN' do it if we are losing...
#5 - DO not post spam or garbage message !
So GLHF !
First to contribute !
Number #1
public class HelloCodeCall { public static void main(String[] arg) { System.out.println("Hello CodeCall"); } }
Edited by Turk4n, 13 February 2009 - 01:12 PM.
Spelling...