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