moth/example-puzzles/example/200/puzzlelib.py

8 lines
155 B
Python
Raw Normal View History

"""This is an example of a puzzle-level library.
2019-08-15 16:41:08 -06:00
This library can be imported by sibling puzzles using `import puzzlelib`
"""
def getone():
return 1