From b8018eba4659f1a028b421e305046e57b903832c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 3 Jun 2015 16:03:01 -0700 Subject: [PATCH] --- output.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 output.txt diff --git a/output.txt b/output.txt new file mode 100644 index 0000000..225133b --- /dev/null +++ b/output.txt @@ -0,0 +1,27 @@ +xena@fluttershy (linux) ~/code/nim/crypt +➜ tup +[ tup ] [0.000s] Scanning filesystem... +[ tup ] [0.130s] Reading in new environment variables... +[ tup ] [0.130s] No Tupfiles to parse. +[ tup ] [0.130s] No files to delete. +[ tup ] [0.130s] Executing Commands... + 1) [0.581s] nim c --nimcache:".nimcache" --deadcodeElim:on --verbosity:0 crypt.nim && rm -rf .nimcache + [ ] 100% +[ tup ] [0.848s] Updated. +xena@fluttershy (linux) ~/code/nim/crypt +➜ ls +crypt* crypt.nim Tupfile Tuprules.tup +xena@fluttershy (linux) ~/code/nim/crypt +➜ ./crypt +What would you like to encrypt? +foo +What is the salt? +rs +result: rsHt73tkfd0Rg +xena@fluttershy (linux) ~/code/nim/crypt +➜ ./crypt +What would you like to encrypt? +foobar +What is the salt? +rsrs +result: rsIAElMY6DoKI \ No newline at end of file