dashboard/src/main.cpp

16 lines
203 B
C++
Raw Normal View History

2021-08-23 18:39:09 +00:00
///////////////////////////////////////////////////////////////////////////////
// Tyler Perkins
// 8-23-21
// Entry point
//
#include "config.hpp"
int main(int argc, char** argv){
return 0;
}