5 lines
62 B
Text
5 lines
62 B
Text
![]() |
#!/bin/bash
|
||
|
gcc main.c -o main.bin
|
||
|
./main.bin
|
||
|
read input
|
||
|
clear
|