3 lines
39 B
Bash
3 lines
39 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
gcc intcnv.c -o intcnv
|