getting started

This commit is contained in:
2024-06-25 22:49:14 +09:00
parent 281149feba
commit 03e70af0b4
6 changed files with 110 additions and 0 deletions

8
include/main.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef MAIN_H_
#define MAIN_H_
#include <ncurses.h>
int main(int argc, char** argv);
#endif