#!/bin/bash set -xe gcc -Wall -Wextra -Wpedantic -Werror -Ofast -o xhartae xhartae.c exit