0
GGGiovanny Gongora
Insert a base file template with stdio.h and stdlib.h
0 Comments
#include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) { return 0; }