Skip to content

Latest commit

 

History

History
 
 

Pascal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Pascal

Installation

On Debian like systems you can install Pascal with the following:

sudo apt install fpc

Compile Your Code

fpc hello_world.pas

Run Your Code

./hello_world