diff options
Diffstat (limited to 'step-01')
-rw-r--r-- | step-01/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/step-01/README.md b/step-01/README.md new file mode 100644 index 0000000..40d0188 --- /dev/null +++ b/step-01/README.md @@ -0,0 +1,10 @@ +Test your environment: + +```bash +$ erl +Erlang/OTP 25 [erts-13.2.2.5] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns] + +Eshell V13.2.2.5 (abort with ^G) +1> halt(). +$ +``` |