summaryrefslogtreecommitdiff
path: root/.codecrafters/compile.sh
blob: 57823421f2af1e0271ef08bca04f18625a56215d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# This script is used to compile your program on CodeCrafters
#
# This runs before .codecrafters/run.sh
#
# Learn more: https://codecrafters.io/program-interface

set -e # Exit on failure

zig build