Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

In this thread, we Hello World

Name: Anonymous 2006-06-20 20:56

c:
#include <stdio.h>
main() { printf("hey worldz\n"); }

Name: Anonymous 2006-06-21 8:32

#include <iostream>
#include <string.h>

using namespace std;

class wryy
{
 protected:
       char dokidoki;
 public:
       wryy(char nyu)
       {  strcpy(dokidoki, nyu); }
       za_warudo()
       {  cout << this.dokidoki; }
}

main()
{
 wryy dio;

 dio = new wryy("Hello World");
 dio.za_warudo();

 exit 0
}  

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List