#!/bin/bash
gcc -Wall -Werror -O2 -o fizzbuzz main.c
