Skip to content

Instantly share code, notes, and snippets.

View cooper6581's full-sized avatar

Dustin Koupal cooper6581

  • Placerville, California
View GitHub Profile
@cooper6581
cooper6581 / intermediate.c
Last active August 29, 2015 14:06
Daily #179 - Intermediate
// compile with:
// gcc -std=c99 -g -Wall -o intermediate -lncurses intermediate.c
#include <ncurses.h>
#include <unistd.h>
#include <time.h>
#include <stdlib.h>
#define WIDTH 20
#define HEIGHT 20