Skip to content

Instantly share code, notes, and snippets.

View ske2004's full-sized avatar
💠
hello

ske ske2004

💠
hello
View GitHub Profile
// Example program
#include <iostream>
#include <cmath>
#include <ctime>
#define SIZE 3
int parker[SIZE][SIZE];
int sumsY[SIZE];
// Example program
#include <iostream>
#include <cmath>
#include <chrono>
int main()
{
float test;