summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src/tests/old_app.cpp
blob: 476a34050388919fa4aa2e6dcad30c98170bf4c2 (plain)
1
2
3
4
5
6
7
#include <iostream>

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