diff options
Diffstat (limited to 'src/tint.go')
-rw-r--r-- | src/tint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tint.go b/src/tint.go index 6213e92..b17d8b0 100644 --- a/src/tint.go +++ b/src/tint.go @@ -28,5 +28,5 @@ func main() { root := texec.BuildRoot(*inputFile) - //texec.EvalTNSL(&root, *progFlags) + fmt.Printf("Program end. Returned %v.\n", texec.EvalTNSL(&root, *progFlags)) }
\ No newline at end of file |