Move previous cryptopals work into an Erlang subfolder, start cryptopals in Python 3
[sandbox] / cryptopals-erlang / 01.03 / run.sh
diff --git a/cryptopals-erlang/01.03/run.sh b/cryptopals-erlang/01.03/run.sh
new file mode 100755 (executable)
index 0000000..cb010e5
--- /dev/null
@@ -0,0 +1,2 @@
+erl -make
+erl -noshell -s main run -s init stop