View/Edit/Compile/Run - 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

VECR Tour - Compile and Run a1/p1.c

make p1
---

gcc -ansi -pedantic -Wall -g -lm -o p1 p1.c

---
Done.

./p1
---

1 2
2 4
3 1

---
Exit status = 0