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

set -xe

gcc -o main -Wall -Wextra main.c

./main