Hello World!
  • Jim
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Jim
    Posts: 4977 from 2009/1/28
    From: Delaware, USA
    A silly post to the majority of Morphzone followers.

    Greetings and a Happy 4th of July from the East coast of the United States.

    Sunburn, carcinogenic grilled food, beer, and fireworks on the schedule for many of us today.

    Today I'm remembering another 4th a few years ago when my wife an I spent the holiday with a restaurant manager (who was originally from Austria) in Rock Hall Maryland. Europeans know how to celebrate! I could never imagine drinking as much as Robert did and still be able to speak a second language.

    Take care all!
    "Never attribute to malice what can more readily explained by incompetence"
  • »04.07.10 - 14:16
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Debaser
    Posts: 161 from 2005/7/12
    From: Syracuse, NY, USA
    I just put my beer-can chicken on the fire actually :) Happy 4th to all who celebrate as well.
  • »04.07.10 - 16:30
    Profile
  • Moderator
    Kronos
    Posts: 2326 from 2003/2/24
    Code:


    #include <stdio.h>

    void main(void)
    {
    printf("Hello Jim n");
    }

  • »04.07.10 - 16:50
    Profile
  • Jim
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Jim
    Posts: 4977 from 2009/1/28
    From: Delaware, USA
    Thanks Kronos,
    I was wondering if anyone would get the programming reference.
    Its been about 14 years since I took my C programming course, but I'd be willing to bet they're still using similar examples.

    [ Edited by Jim on 2010/7/4 19:07 ]
    "Never attribute to malice what can more readily explained by incompetence"
  • »04.07.10 - 17:06
    Profile
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    I would do it more MorphOS way:

    Code:
    #include <proto/dos.h>

    int main(void)
    {
    PutStr("Hello Jim!n");
    return 0;
    }

    ;-)
  • »04.07.10 - 18:07
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2326 from 2003/2/24
    Dunno, but I do know that the code-tag seems to be somewhat broken here.

    No leading spaces and backslash converted to random trash ....
  • »04.07.10 - 18:25
    Profile
  • Jim
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Jim
    Posts: 4977 from 2009/1/28
    From: Delaware, USA
    And while the rest of the world is back to work, a great part of the US takes today (monday the 5th) off as well!
    "Never attribute to malice what can more readily explained by incompetence"
  • »05.07.10 - 16:15
    Profile