diff options
Diffstat (limited to 'day1/mymodule.py')
-rw-r--r-- | day1/mymodule.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/day1/mymodule.py b/day1/mymodule.py new file mode 100644 index 0000000..0c640ef --- /dev/null +++ b/day1/mymodule.py @@ -0,0 +1,2 @@ +def test(): + print spam |