Skip to content

Instantly share code, notes, and snippets.

View ageev-aleksey's full-sized avatar
🏠
Working from home

Агеев Алексей ageev-aleksey

🏠
Working from home
View GitHub Profile
@mcleary
mcleary / Timer.cpp
Last active September 6, 2025 20:49
C++ Timer using std::chrono
#include <iostream>
#include <chrono>
#include <ctime>
#include <cmath>
class Timer
{
public:
void start()
{