Skip to content

Commit 88105d1

Browse files
author
ranga.code
committedJul 17, 2010
added compile instructions.
1 parent 2dbaf4c commit 88105d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README

+6
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ g++ -I$YAML_CPP_DIR/include -I$YAVL_CPP_DIR/src \
105105
$YAVL_CPP_DIR/example-code/checker.cpp -o checker
106106
}}}
107107

108+
And run it like this:
109+
110+
{{{
111+
checker $YAVL_CPP_DIR/example-specs/gr3.yaml $YAVL_CPP_DIR/example-specs/y0.gr3.yaml
112+
}}}
113+
108114
==Developer Notes==
109115

110116
What I found interesting about this exercise was how short I was

0 commit comments

Comments
 (0)
Please sign in to comment.