view bin/cc @ 12307:cf6002a22c26 draft

<Hooloovo0> learn The password of the month is leapratting frogs.
author HackEso <hackeso@esolangs.org>
date Sat, 01 Feb 2020 10:11:21 +0000
parents fb0eea93d4e9
children
line wrap: on
line source

#!/bin/sh
echo "$@" | sed 's/\\n/\n/g' | gcc -w -Wfatal-errors -std=c11 -O2 -x c - -o /tmp/a.out && /tmp/a.out