Create decent server skeleton
This commit is contained in:
4
alarm-snoozer/src/app/app.hpp
Normal file
4
alarm-snoozer/src/app/app.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
int admin(int argc, char** argv)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
#include <iostream>
|
||||
#include "app/app.hpp"
|
||||
|
||||
int main() {
|
||||
|
||||
std::cout << "Hello, World!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user