#!/bin/bash gcc -o program main.c -std=c17 -Wall -Wextra -Wpedantic -O3