48 points | by gaigalas 1 day ago
4 comments
Usage:
printf 'int main(){puts("hello");return 0;}' | sh c89cc.sh > hello
chmod +x hello
./hello
But the rest seems easy enough to understand.
Usage:
printf 'int main(){puts("hello");return 0;}' | sh c89cc.sh > hello
chmod +x hello
./hello
But the rest seems easy enough to understand.