stagex/gcc/test.c
2023-12-12 09:45:39 -08:00

5 lines
71 B
C

#include <stdio.h>
int main() {
printf("Success\n");
return 0;
}