Skip to content

jamesonweber/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

Solutions to various advent of code puzzles for various years.

https://adventofcode.com

2017

Compile using GNU Fortran

gfortran main.f90 -o main.out

Run

./main.out

2018

Compile using GNU Cobol

Note: [Number] in day[Number].cob should be replaced with the day you wish to run.

Strict column formating:

cobc -x -o main.out day[Number].cob

Free column formating:

cobc -x -free -o main.out day[Number].cob

Run

./main.out

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy