Blob Blame Raw
#!/bin/bash

set -e

cc -Wall main.c -o arch

echo "built"