setup graphics_hello_psyq

This commit is contained in:
2025-08-05 23:34:34 -04:00
parent 47ce58159d
commit c052253b0e
6 changed files with 66 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdlib.h>
int main(void)
{
return 0;
}