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

9
main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "include/main.h"
int main () {
std::cout << "Greetings, Aliens!!!!" << std::endl;
}