Started work on transformer
This commit is contained in:
commit
819550849b
2 changed files with 6 additions and 0 deletions
3
.gitignore
vendored
Executable file
3
.gitignore
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
nimcache/
|
||||
nimblecache/
|
||||
htmldocs/
|
3
transformer.nim
Normal file
3
transformer.nim
Normal file
|
@ -0,0 +1,3 @@
|
|||
import arraymancer
|
||||
|
||||
echo("Hello!")
|
Loading…
Reference in a new issue