A little app to simulate every possible move in Connect Four.
at main 102 B view raw
1#pragma once 2 3#include <math.h> 4 5void sprint_friendly_time(double_t total_seconds, char buffer[256]);