From febf5b3711bef2219c2e7c049972ddaf63a16839 Mon Sep 17 00:00:00 2001 From: Chamber6821 Date: Thu, 24 Oct 2024 14:18:45 +0300 Subject: [PATCH] Add comment to object declaration in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb14a43..1ba0fa4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Then, you write a simple [EO](https://www.eolang.org) program in `hello.eo` file in the current directory: ```eo +# My first object in EO! [args] > hello QQ.io.stdout > @ "Hello, world!\n"