Skip to content

Commit bbdd7dc

Browse files
authored
Update README.md
1 parent 771c799 commit bbdd7dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ A simple Pascal interpreter based on [Let's Build a Simple Interpreter](https://
2626
<details>
2727
<summary>Sample program</summary>
2828
<br>
29-
<pre>
29+
30+
```pascal
3031
program Main;
3132
3233
procedure Alpha(a : integer; b : integer); { 4, 2 / 1, 3 }
@@ -49,7 +50,8 @@ begin { Main }
4950
Alpha(2 + 2, 2);
5051
Alpha(1, 3);
5152
end. { Main }
52-
</pre>
53+
```
54+
5355
</details>
5456

5557
## Grammar

0 commit comments

Comments
 (0)