This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
stagex/gcc/test.c

6 lines
71 B
C

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