1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

update assert example

This commit is contained in:
dark64 2021-04-15 19:40:10 +02:00
parent 0ac66da9ae
commit abcf2f050e

View file

@ -1,3 +1,3 @@
def main() -> ():
assert(1f == 2f)
assert(2f == 2f)
return