change implementation of fn1, now returns 43 instead of 42 (for testing)

This commit is contained in:
Chris Oloff 2025-06-03 22:20:58 +02:00
parent fe1e076f53
commit 15ad9472c2

View File

@ -1,2 +1,2 @@
def fn1(): def fn1():
return 42 return 43