src/relpipe-out-chart.cpp
author František Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 13:37:30 +0200
branchv_0
changeset 0 ba16fce7ef20
child 1 0e791c64f38b
permissions -rw-r--r--
create cmake+netbeans project

#include <iostream>

int main(int argc, char**argv) {
	std::cout << "TODO: relpipe-out-chart..." << std::endl;
	return 0;
}