#!/bin/bash

cp main2 main2.ori
cp main22 main2
gcc -std=c99 problem2.c -o p2
