aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
blob: d1d394961f80df0b965c1bb1693bda3ffd3f061a (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include "graphics.hpp"

int main()
{
	Graphics g;
	g.run();
}