Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Dec 5, 2024
1 parent e9074f2 commit bd76490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chardonnay.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
a = int(input())
print(a if a in [0, 7] else a + 1)

0 comments on commit bd76490

Please sign in to comment.