Files
ojnext/src/learn/step-1/main.c
2023-01-24 20:51:07 +08:00

6 lines
53 B
C

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