c++/parameter-lister/CLI.cpp
author František Kučera <franta-hg@frantovo.cz>
Sun, 03 May 2015 01:25:03 +0200
changeset 0 7399cb02184b
child 1 56ae7ed48121
permissions -rw-r--r--
c++ netbeans project created
     1 /* 
     2  * File:   CLI.cpp
     3  * Author: Ing. František Kučera (frantovo.cz)
     4  *
     5  * Created on 3. května 2015, 1:20
     6  */
     7 
     8 #include <cstdlib>
     9 
    10 using namespace std;
    11 
    12 /*
    13  * 
    14  */
    15 int main(int argc, char** argv) {
    16 
    17 	return 0;
    18 }
    19