Skip to content

Instantly share code, notes, and snippets.

View elvis-sande's full-sized avatar

Elvis Sande elvis-sande

View GitHub Profile
// Andrew Geltz
// COP3223
// Assignment 5
// This program generates two poker hands and tells which one wins.
// I took a structural approach because it made things much cleaner
// and more logical to access.
// Include standard libraries and time for random
#include <stdio.h>