mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
7 lines
51 B
C
7 lines
51 B
C
#include <stdlib.h>
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|