Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Latest commit

 

History

History

day_11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Day 11

Today's language of choice is Pascal. Not that hard of a problem today, though writing the parsing code was a bit annoying. Funny how this is the second day in a row where I've had to write an integer-parsing function.

Usage

Install fpc, the Free Pascal compiler. Then run:

./run.sh example.txt

Omitting the file path will just assume that you meant to run it with input.txt:

./run.sh