This commit is contained in:
Jaremy Creechley 2024-02-01 20:21:50 +02:00
parent d43b31cea2
commit 7523e0e5d4
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -7,6 +7,7 @@
import unittest
import apatheia
import apatheia/queues
test "can add":
check add(5, 5) == 10
check 10 == 10