diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-09 21:02:57 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-09 21:02:57 +0100 |
commit | 293916c8f4dc109082ecd709e5e4c19a0847b0cd (patch) | |
tree | d0178f9434e0f01b7c5b12850eceee126bc8f946 /step-01 | |
download | erlang-workshop-293916c8f4dc109082ecd709e5e4c19a0847b0cd.tar.gz erlang-workshop-293916c8f4dc109082ecd709e5e4c19a0847b0cd.tar.bz2 erlang-workshop-293916c8f4dc109082ecd709e5e4c19a0847b0cd.tar.xz erlang-workshop-293916c8f4dc109082ecd709e5e4c19a0847b0cd.zip |
wip
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(). +$ +``` |