Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Whitespace solution in Creative category for Ghosts Age by mikecat
# I inpremented a Whitespace interpreter in Python,
# then solve this problem with Whitespace.
#import sys
def check_stack(stack,needed):
if len(stack)
Feb. 15, 2014
Comments: