c++/parameter-lister/CLI.cpp
changeset 0 7399cb02184b
child 1 56ae7ed48121
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c++/parameter-lister/CLI.cpp	Sun May 03 01:25:03 2015 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +/* 
     1.5 + * File:   CLI.cpp
     1.6 + * Author: Ing. František Kučera (frantovo.cz)
     1.7 + *
     1.8 + * Created on 3. května 2015, 1:20
     1.9 + */
    1.10 +
    1.11 +#include <cstdlib>
    1.12 +
    1.13 +using namespace std;
    1.14 +
    1.15 +/*
    1.16 + * 
    1.17 + */
    1.18 +int main(int argc, char** argv) {
    1.19 +
    1.20 +	return 0;
    1.21 +}
    1.22 +