Hello world!

August 18, 2007 at 9:03 am | In Programming | Leave a Comment

Something simple…

#include <iostream>
int main(int argc) {
    std::cout << "Hello world!" << std::endl;
}

On the other hand I think this is hilarious… YMMV

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

No Comments Yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment

You must be logged in to post a comment.

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.