add other key operations and make search actually return something

This commit is contained in:
mr-bonerman 2023-03-07 14:24:18 +01:00
parent bbee431a31
commit 348d886cd4
3 changed files with 56 additions and 32 deletions

View file

@ -7,6 +7,4 @@
import unittest
import nimMs
test "can add":
check add(5, 5) == 10
import nimMs