DSA/MKR/run.sh

6 lines
42 B
Bash

#!/bin/sh
gcc code.c -o code -lm
./code