mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-21 18:59:30 +00:00
6 lines
116 B
C
6 lines
116 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char ** argv) {
|
|
printf("hello world - with %d args\n", argc);
|
|
return 0;
|
|
} |