Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 270 Bytes

pascal-playaround

Because Pascal might be a good language to learn and understand. I will be using the FPC (Free Pascal Compiler)

How I choose to compile: fpc "file_name.pas" -FE"output_directory" { to avoid git recognizing binary files as unadded }