simplify template
This commit is contained in:
18
main/include/util.h
Normal file
18
main/include/util.h
Normal 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
|
||||
Reference in New Issue
Block a user