aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 024cc7a..7ff90d2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -7,6 +7,7 @@ int main(void)
{
struct term *term = parse("([[((0 1) [(1 0)])]] [0])");
print_term(term);
+ printf("\n");
free_term(term);
return 0;
}