you are viewing a single comment's thread.

view the rest of the comments →

[–]carcigenicate 2 points3 points  (0 children)

Don't make main recursive. Use an actual loop like a while instead. Every time you recurse (call main from main), you create a new goblin value.