First commit, configured makefile

This commit is contained in:
Ricardo
2022-05-28 07:18:15 +00:00
parent f20bec9f11
commit bb401cf087
6 changed files with 74 additions and 0 deletions

10
include/main.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __CHCOUNT_H__
#define __CHCOUNT_H__
#include <iostream>
#include <ncurses.h>
#endif