summaryrefslogtreecommitdiff
path: root/Advent-of-Code-2021/AOC-20/build.sh
blob: f308db6f00491d25d6742010a31ee8bc22fdb4a3 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -xe

gcc -o main -Wall -Wextra main.c -g

./main