From cede34ad1ac6730f5f2c88b4dd655f90589ae803 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Sep 2009 19:18:32 +0200 Subject: Add a hello world example --- examples/hello/hello.cli | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/hello/hello.cli (limited to 'examples/hello/hello.cli') diff --git a/examples/hello/hello.cli b/examples/hello/hello.cli new file mode 100644 index 0000000..9907510 --- /dev/null +++ b/examples/hello/hello.cli @@ -0,0 +1,8 @@ +include ; + +class options +{ + bool --help; + std::string --greeting = "Hello"; + unsigned int --exclamations = 1; +}; -- cgit v1.1