Jump to content

100 ways to print out "Hello CodeCall"

- - - - -

  • Please log in to reply
157 replies to this topic

#1
Turk4n

Turk4n

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,847 posts
Hey everyone in CodeCall !

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...

Posted Image

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
  • Location:New York, NY
#2
<?php
echo "Hello CodeCall";
?>


#3
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts
#3

VB Code:

      Private Sub Command1_Click()
  
       MsgBox "Hello, World!"
 
      End Sub


#4
Turk4n

Turk4n

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,847 posts
#4

Python
print "Hello CodeCall!"

Edited by Turk4n, 13 February 2009 - 01:56 PM.
Typo

Posted Image

#5
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
#5
JS

alert('hello codecall!');


yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
#6
C++
#include <iostream>

int main()
{
  std::cout<<"Hello CodeCall!\n";
  return 0;
}

Edited by WingedPanther, 14 February 2009 - 08:39 AM.
note the number

Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
nullbyte

nullbyte

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 302 posts
#7

Haskell
[COLOR=#000099]module[/COLOR] Main [COLOR=#000099]where[/COLOR]
 
main = [COLOR=#000099]do[/COLOR] [URL="http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:putStr"][COLOR=#006600]putStr[/COLOR][/URL] [COLOR=#003300]"Hello Codecall\n"[/COLOR]

          [URL="http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:return"][COLOR=#006600]return[/COLOR][/URL] [COLOR=black]([/COLOR][COLOR=black])
[/COLOR]

#8
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
#8

C#
Console.WriteLine("Hello CodeCall");

Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#9
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts

amrosama said:


alert('hello codecall!');

This code is technically not printing it, it is displaying it in a messagebox. Document.write() would be a better choice. :)
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#10
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
**** you are so pickyPosted via CodeCall Mobile

#11
Guest_Jordan_*

Guest_Jordan_*
  • Guests
#9 - PHP

echo "CodeCall";


#12
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts

amrosama said:

**** you are so pickyPosted via CodeCall Mobile
I'm just trying to help you to be a better member. :)

Jordan said:

#9 - PHP


echo "CodeCall";


Hate to break this to you, but 18.675 hours ago John posted the PHP one at #2. -rep
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users