7 lines
81 B
Nim
7 lines
81 B
Nim
|
import unittest
|
||
|
|
||
|
suite "example":
|
||
|
|
||
|
test "unit testing works":
|
||
|
check 2 == 2
|