2 lines
50 B
Bash
2 lines
50 B
Bash
|
gcc gen.c ; ./a.out | cpp > table.c ; rm -f a.out
|
|
gcc gen.c ; ./a.out | cpp > table.c ; rm -f a.out
|