Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 667 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 667 Bytes

My Advent of Code stuf

Making the messiest, longest, most inefficient python solutions ever! My aim is to finish, even if i'm really slow. It's my first year properly doing this so 😅😅😅 I don't expect anyone to really learn anything from this, but i've got a friend whos just getting into this stuff and is looking at my code so its mostly (i.e when i can be bothered) nicely commented 🥰

I might try to do some of it in Rust, but i'm verrrrrrrry bad at it :).

Edit

I'm taking a break to work on other stuff as i'm very busy, will still complete, probably in January.

fn main() {
  loop {
  println!("I'll be back!"};
}