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