From 293916c8f4dc109082ecd709e5e4c19a0847b0cd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 9 Feb 2024 21:02:57 +0100 Subject: wip --- step-01/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 step-01/README.md (limited to 'step-01') 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(). +$ +``` -- cgit v1.2.3