mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Add some tests.
This commit is contained in:
6
examples/hello-ks20.c
Normal file
6
examples/hello-ks20.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <proto/dos.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
PutStr("Hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user