DSA/Lab_3/run.sh

5 lines
48 B
Bash
Raw Permalink Normal View History

2024-03-09 17:32:59 +02:00
#!/bin/sh
gcc code.c -o code -l ncurses
./code