#!/usr/local/bin/tcc -run #include int main() { printf("Hello, World!\n"); printf("a\tb\bc\bd\bf\bg"); return 0; }