simplify template

This commit is contained in:
2019-02-07 10:49:31 -05:00
parent e0ec2bf7e1
commit 1bf3c556bd
11 changed files with 52 additions and 438 deletions

18
main/include/util.h Normal file
View File

@@ -0,0 +1,18 @@
//
// Created by allem on 2/7/2019.
//
#ifndef HOPF_FIBRATION_UTIL_H
#define HOPF_FIBRATION_UTIL_H
#include <cstdio>
void hello() {
printf("Hello there.\n");
}
void general() {
printf("General Kenobi.\n");
}
#endif //HOPF_FIBRATION_UTIL_H