Your IP : 216.73.217.169


Current Path : /home/kamilrogam/komp/2018/180513/_MY_PROJECTS/STAROCIE/MAPS/ios/cpp1/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/_MY_PROJECTS/STAROCIE/MAPS/ios/cpp1/main.cpp

#include <iostream>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

//using namespace std;
 
int main(int argc, char *argv[])
{
/*
	for(int i=1;i<argc;i++){
		cout<<i<<" argument dla fukncji main() to "<<argv[i]<<endl;
		system("pause");
	}
*/
	return 0;
}