Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 475fc4b

Browse files
authored
Update README
1 parent afe6940 commit 475fc4b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<li>Run <code>dotnet run</code> in <code>/eiger</code></li>
2828
<li>To run unit tests, run <code>dotnet test</code> in <code>/eiger.Tests</code></li>
2929
</ul>
30-
<h2>Simple Example</h2>
30+
<h2>Simple Example/Syntax Showcase</h2>
3131

32-
```
32+
```
3333
class Person {
3434
let name
3535
let surname
@@ -56,8 +56,4 @@ px.Introduction()
5656
py.Introduction()
5757
5858
px.Greet(py)
59-
60-
```
61-
62-
This is a very simple example showing Eiger's OOP capabilities
6359
```

0 commit comments

Comments
 (0)