Files
Test-Repo/main.c
2025-11-03 21:06:08 +08:00

7 lines
80 B
C

#include <stdio.h>
int main(void)
{
printf("Hello Simba0");
return 0;
}