Add implementations

This commit is contained in:
Florian Schroedl
2022-08-29 12:05:50 +02:00
parent 0ba76a1203
commit 17c8927deb
4 changed files with 221 additions and 0 deletions

3
src_v2/org/test.nim Normal file
View File

@@ -0,0 +1,3 @@
import experimental/diff
echo diff(@[1,2,3], @[1,2,3])