Skip to content

shirshak55/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diet Advent of code 2021

This year the rules are more strict and writing it in rust will not suffice. We have to adhere to following rules:

  1. No semicolons
  2. No Crates
  3. No if
  4. no while
  5. no use
  6. no recursion

Running

To run day 3 part 2 use the following command:

cargo run --bin day_3_part2

Remember there is no _ (underscore) after part in above command so don't do something like day_3_part_2

Why?

One of my favorite mentor museun started writing advent of code 2021 using this approach (like no semicolon etc.). So, I thought I should also try. After doing one or two puzzle I really like this approach and it makes me think differently. So I decided to solve aoc 2021 puzzles using this approach.

Additional Links:

  1. Museun's solution of aoc 2021
  2. Diet Semicola - Twitch Bot

Thanks

Museun for the idea and wonderful contribution

About

Advent of code 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages