first commit
Some checks failed
Build and Deploy on Tag / build (arm64, dockcross/linux-arm64, aarch64-linux-gnu) (push) Failing after 50s
Build and Deploy on Tag / build (x64, dockcross/linux-x64, x86_64-linux-gnu) (push) Failing after 22s

This commit is contained in:
2026-06-14 23:50:53 -05:00
parent 533c22ad8f
commit 070a7d0614
3 changed files with 61 additions and 0 deletions

7
myapp.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc, char** argv)
{
printf("Hello, world\n");
return 0;
}