1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 00:36:48 +02:00

Fixed a spelling mistake

This commit is contained in:
Nitin Rathi
2020-02-25 19:13:42 +05:30
committed by GitHub
parent 64dd094021
commit 80bda7a0e8

View File

@@ -15,7 +15,7 @@ source : [wikipedia](https://en.wikipedia.org/wiki/Pascal_(programming_language)
to compile and run a pascal program you could use a free pascal compiler. [Download Here](https://www.freepascal.org/)
```pascal
//Anathomy of a Pascal Program
//Anatomy of a Pascal Program
//this is a comment
{
this is a