diff options
| author | ruki <[email protected]> | 2020-12-17 00:05:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-17 00:05:59 +0800 |
| commit | 99fef1222a2e7905ce4ad396c848ffaf0a991849 (patch) | |
| tree | ba6d080b1fc23cf72c618d30b3de6c553df9fc24 /tests/projects/other/multiplats_xcode/src | |
| parent | cd5449d66ce5463202b4ccde6b41edf9486b42f5 (diff) | |
move tests
Diffstat (limited to 'tests/projects/other/multiplats_xcode/src')
| -rw-r--r-- | tests/projects/other/multiplats_xcode/src/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/other/multiplats_xcode/src/main.c b/tests/projects/other/multiplats_xcode/src/main.c new file mode 100644 index 000000000..9ae580511 --- /dev/null +++ b/tests/projects/other/multiplats_xcode/src/main.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(int argc, char** argv) +{ + printf("hello world!\n"); + return 0; +} |
