Files
pikuma_ps1/code/graphics_hello_psyq/hello_gpu.c
T
2025-08-05 23:34:34 -04:00

7 lines
51 B
C

#include <stdlib.h>
int main(void)
{
return 0;
}