pollymc/mmc_updater/src/tests/old_app.cpp
Petr Mrázek 6aa9bd0f77 Renew the updater branch
Now with some actual consensus on what the updater will do!
2013-12-02 00:55:24 +01:00

8 lines
104 B
C++

#include <iostream>
int main(int,char**)
{
std::cout << "old app starting" << std::endl;
return 0;
}