Renew the updater branch
Now with some actual consensus on what the updater will do!
This commit is contained in:
8
mmc_updater/src/tests/new_app.cpp
Normal file
8
mmc_updater/src/tests/new_app.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int,char**)
|
||||
{
|
||||
std::cout << "new app starting" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user