merrillmck
New Member
- Messages
- 134
- Reaction score
- 0
- Points
- 0
Simple rules: Say "Hello World!" in a natural or computer language and tell us what language you're speaking.
Language: ANSI-C
Language: ANSI-C
#include <stdio.h>
int main( char **argv, int argc )
{
printf( "Hello World!" );
return 0;}