C-Algorithms-Data_Structures/run
Ahmet Kaan GÜMÜŞ f8b61b1508 feat: hello-world
2024-06-23 00:19:31 +03:00

5 lines
No EOL
62 B
Bash
Executable file

#!/bin/bash
gcc main.c -o main.bin
./main.bin
read input
clear