Skip to content

pan-bubr/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pan Bubr's Advent of Code 2019 solutions

This year, I am planning to do the full Advent of Code 2019 in Rust and Python.

After hitting a wall, I'll try to continue using Typescript - my main language.

(Link)

Progress

Day Name Rust Python Typescript
01 The Tyranny of the Rocket Equation ✓✓ ✓✓
02 1202 Program Alarm ✓✓ ✓✓
03 Crossed Wires ✓✓ ✓✓
04 Secure Container ✓✓
05 Sunny with a Chance of Asteroid ✓✓
06 Universal Orbit Map
07 Amplification Circuit
08 Space Image Format

Test Solutions

Rust

  1. Enter rust directory cd rust
  2. Run cargo with input passed in stdin cargo run d1 < input.txt
  3. You can also test your input via stdin ended with EOF signal
    cargo run d1
        10
        20
        30
        [CTRL+D]

Python

  1. Run python code with input.txt as a first argument
    python3 python/d1.py inputs/1.txt

Typescript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published