Code Monkey home page Code Monkey logo

advent-of-code-2021's Introduction

Advent of Code 2021

This repository contains my solutions for the Advent of Code 2021 challenges. They are primarily written in Rust, purely because I like messing around with that programming language and I want to familiarize myself with it more. I've been dealing with a lot of complex C++ code at work recently, so I'm treating this as therapy.

Building

...everything

In debug mode:

cargo build

In release mode:

cargo build --release

...just a single challenge

In debug mode:

cargo build --bin 2021_12_01_c2

In release mode:

cargo build --release --bin 2021_12_01_c2

Running

In debug mode:

cargo run --bin 2021_12_01_c2

In release mode:

cargo run --release --bin 2021_12_01_c2

Alternatively, after building each challenge you can run the executables directly. They should be located in the target/debug directory for debug builds, and target/release for release buils.

Executable naming

Executables are named according to the date of the challenge and the number of the challenge:

YYYY_MM_DD_CN

advent-of-code-2021's People

Contributors

jo12bar avatar

Stargazers

 avatar

Watchers

 avatar  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.