blob: 7203062eaa15ed32facab0d556b08eecc6f1a876 [file] [log] [blame]
mapsize = 35
def test(x, y):
if 0 <= x < mapsize and 0 <= y < mapsize:
return 1