diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7e130bc..598a97f 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -5,5 +5,7 @@ int main() | |||
5 | Builder bld; | 5 | Builder bld; |
6 | 6 | ||
7 | bld.load("congo"); | 7 | bld.load("congo"); |
8 | |||
9 | bld.debug(); | ||
8 | } | 10 | } |
9 | 11 | ||