Started work on transformer

This commit is contained in:
aethrvmn 2024-10-23 00:28:26 +02:00
commit 819550849b
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored Executable file
View file

@ -0,0 +1,3 @@
nimcache/
nimblecache/
htmldocs/

3
transformer.nim Normal file
View file

@ -0,0 +1,3 @@
import arraymancer
echo("Hello!")