Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 2.95 KB

File metadata and controls

46 lines (40 loc) · 2.95 KB

Advent Of Code Repo

Repo for all advent of code entries

Notes for running

Year Info
2020 Days 1 to 11 have been written using repl.it and might require a input.txt file that is not provided.
Days 11 (part 2) to 19* have been written with VSCode and run using Code Runner
*this number might change
2021 All solutions written with VSCode and run using Code Runner
2022
Language Special Running Flags Info
C++ -std=c++17 -O3
Rust rustc 1.74.1

How to modify flags in code runner

  1. VSCode -> Extensions Panel -> Code Runner -> Cog Symbol -> Extension Settings
  2. Code Runner: Executor Map -> Edit in JSON

Language Challenge

Use all languages supported by github language detection.

  • All languages table
  • Currently used languages
    • Api link
    • List
      • C
      • C#
      • C++
      • FreeBASIC
      • Haskell
      • JavaScript
      • Perl
      • PowerShell
      • Python
      • Ruby
      • Rust
      • Shell
      • TypeScript