diff options
author | syn <isaqtm@gmail.com> | 2020-02-14 15:25:49 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-14 15:25:49 +0300 |
commit | 37b0c9e8f41049c6cea9122c7746ac6426983007 (patch) | |
tree | f4f72074fe176cb5c14e74253441939936c3a22d | |
parent | c46f849952d7140ab171393d636c58ac78090284 (diff) | |
download | evr-37b0c9e8f41049c6cea9122c7746ac6426983007.tar.gz |
Update readme
-rw-r--r-- | readme | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,12 @@ -todo: smart time, clang +(maybe compile) & run some programs -I mean like this is not about useful tool. -It's more about me learning rust. -Who the fuck wants this useless shit? +write template to file + $ evr file.cc + +compile and run existing file + $ evr file.cc + +show mem & time usage + $ evr -m -t file.cc WTFPL |