//----------------------------------------------------
// File: Hello World
// Description: Greetings and salutations
// Author: eNZedBlue
// Platform: ALL
//----------------------------------------------------
// History:
// 20/10/2005 Boo H Initial Revision
//----------------------------------------------------
#include <stdio.h>
//----------------------------------------------------
// main
//----------------------------------------------------
int main(int argc, char* argv[])
{
printf("Hello World :-)\n");
return -1;
}
Return to Index
- eNZedBlue, avatar of Zu (555 on your hyper-FM dial)