Skip to content

nlbao/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

advent-of-code

My solutions for https://adventofcode.com.

Notes

To make VSCode rust-analyzer works for Rust files, you need to:

  • Store Rust files in {year}/src/bin/.
  • Add the below to VS code workspace settings:
    "rust-analyzer.linkedProjects": [
        "{path-to-repo}/advent-of-code/{year}/Cargo.toml" 
    ],

Releases

No releases published

Packages

No packages published

Languages