DSA/MKR/run.sh

6 lines
42 B
Bash
Raw Normal View History

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