Thread: A Simple C Program!!!

  1. #1
    and Nothing Else Matters
    Join Date
    Jul 2006
    Location
    Philippines
    Posts
    117

    A Simple C Program!!!

    Code:
    #include <stdio.h>
    
    int main(void) {
         puts("Merry Christmas Everyone!!!");
         puts("May we all remember the true meaning of the season.");
    }
    It is not who I am inside but what I do that defines me.

  2. #2
    Registered User divineleft's Avatar
    Join Date
    Jul 2006
    Posts
    158
    lol


    k

  3. #3
    wise_ron wise_ron's Avatar
    Join Date
    May 2006
    Posts
    75

    Smile Merry Christmas

    Merry Christmas to everyone enjoy holidays with your family and friend and after a while continue to do some days continue to do some programming

    Wish you the best
    Wise_ron
    One man's constant is another man's variable

  4. #4
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    wise_man you should post that on the general disucssions board, there is a thread about this very thing. But thank you and have a nice xmas and a great new year yourself too
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with a very simple program
    By htdefiant in forum C++ Programming
    Replies: 13
    Last Post: 08-14-2007, 01:27 PM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. [Help] Simple Array/Pointer Program
    By sandwater in forum C Programming
    Replies: 3
    Last Post: 03-30-2007, 02:42 PM
  4. simple silly program
    By verbity in forum C Programming
    Replies: 5
    Last Post: 12-19-2006, 06:06 PM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM