Blame build.sh

8cdc05
#!/bin/bash
8cdc05
8cdc05
set -e
8cdc05
8cdc05
cc -O3 -Wall src/writing.c -o writing
8cdc05
8cdc05
echo "build success"