Skip to content

Commit e09fcc2

Browse files
committed
Add missing solution
1 parent fb01a03 commit e09fcc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

challenges/advanced-never2/solution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
def stop() -> Never:
55
"""TODO: implement this function to make it type check"""
6+
raise RuntimeError("")

0 commit comments

Comments
 (0)