1 line
50 B
Bash
Executable file
1 line
50 B
Bash
Executable file
gcc gen.c ; ./a.out | cpp > table.c ; rm -f a.out
|