C_dumping-ground/tcctest.c
2022-04-09 15:05:23 -04:00

8 lines
102 B
C
Executable file

#!/bin/tcc -run
#include <stdio.h> //printf and shit
int main(){
printf("asd");
return 0;
}