6aa9bd0f77
Now with some actual consensus on what the updater will do!
8 lines
104 B
C++
8 lines
104 B
C++
#include <iostream>
|
|
|
|
int main(int,char**)
|
|
{
|
|
std::cout << "old app starting" << std::endl;
|
|
return 0;
|
|
}
|