Make a calc command (#1280)

This commit is contained in:
Shaurya Shubham
2020-01-29 19:04:36 +05:30
committed by GitHub
parent ac5ad45783
commit dc3370b103
7 changed files with 128 additions and 0 deletions

View File

@ -1,4 +1,5 @@
mod append;
mod calc;
mod cd;
mod compact;
mod cp;