home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 18
/
aminetcdnumber181997.iso
/
Aminet
/
text
/
hyper
/
hsc_source.lha
/
hsc
/
source
/
ugly
/
hello.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-18
|
182 b
|
12 lines
#include <stdio.h>
#include <string.h>
int main( void )
{
char *hugo = "hugo was here.";
/* char *next = strtok( hugo, " " );*/
printf( "hello.\n" );
return( 0 );
}