Skip to content

Instantly share code, notes, and snippets.

View briandowns's full-sized avatar

Brian Downs briandowns

  • Phoenix, AZ
View GitHub Profile
@briandowns
briandowns / bim_bum_bam.c
Created February 2, 2025 07:08
Bim Bum Bam
// cc -o bim_bum_bam bim_bum_bam.c
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#define ERR_EVEN_ODD_CHOICE "errore: solo pari o dispari"