Skip to content
Snippets Groups Projects
mwertest.cpp 88 B
Newer Older
Bartosz Broda's avatar
Bartosz Broda committed
#include <iostream>


int main(int ac, char**av)
{
	std::cout << "TEST" << std::endl;
}