home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 20
/
AACD20.BIN
/
AACD
/
Programming
/
AmIDE
/
Projects
/
Example
/
hello.c
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
|
2001-03-04
|
139 b
|
13 lines
/*
** Little example on how to make a project
** with AmIDE
**
*/
#include <stdio.h>
void main(void)
{
printf("Hello AmIDE user\n");
}