Add pwd utility and performance to cat
This commit is contained in:
parent
049289f452
commit
2f6f90dce4
4 changed files with 23 additions and 5 deletions
|
|
@ -2,3 +2,6 @@
|
|||
|
||||
const
|
||||
nimbaseVersion* = "0.0.1"
|
||||
|
||||
proc err*(x:string) =
|
||||
writeLine(stderr, x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue