Coder Social home page Coder Social logo

aoc-2022's Introduction

Advent of Code 2022

So, since I really like Rust as a programming language, I decided to do this year's Advent of Code using vanilla Rust.

When I say vanilla I mean without any external dependencies, unless I really need them(generally that is the way I like to program in). Thus, I spent the days of December solving Advent of Code. To be honest, I believe AoC is one of the best ways to learn a new programming language.

I not only wrote my solutions, but a full fledged library as well as some codegen(using macros) that I use in all my solutions. This was a fun project and I loved most of it(except when I was stuck debugging for 2 hours, until I finally realised I just had a sign flipped ;)).

Enjoy!

Running

You need to have 'cargo' and 'rustc' installed. Other than that, I don't think you need anything else.

Make sure your input is located in the root of the workspace and that it's name is 'input-day-xx.txt' where 'xx' is your target day. Now, just run 'cargo run --bin=day-xx'.

aoc-2022's People

Contributors

0xjoemama avatar

Stargazers

 avatar  avatar mycf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.