-*- mode: org -*-
* time tm-cli-go solution-v1.tm

OUT instruction prints: 2147483647
HALT: 0,0,0
Number of instructions executed = 1

real	0m57.459s
user	0m56.728s
sys	0m0.718s

* time tm-cli-go solution-v2.tm

OUT instruction prints: 2147483647
HALT: 0,0,0
Number of instructions executed = -2147483645

real	0m43.186s
user	0m42.603s
sys	0m0.575s

* time solution

2147483647

real	0m1.418s
user	0m1.250s
sys	0m0.024s

* 
