27c3_Generate C by errnosys

(read c
t=echo
e="$t -n"
f(){
for i in `seq 2 $c`
do
$e $1
done
$t
}
l=aabb
$e a$l
f $l
for i in {a,,,,a}b
do
$e $i
f aaab
done
$e a$l
f $l)|tr ab ' #'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page