mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
automate building windows setup
This commit is contained in:
6
setup/hello.c
Normal file
6
setup/hello.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
printf("hello world - with %d args\n", argc);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user