Skip to content

jlyden/advent-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Getting Started

With Python installed locally and VSCode Python extension, you can run the solutions inside VSCode.

I'm running Python 3.11.

Progress

2022

  • Day One
  • Day Two
    • alt approach
  • Day Three
    • alt approach
  • Day Four
    • alt approach
  • Day Five
  • Day Six
  • Day Seven
    • alt approach
  • Day Eight
    • alt approach
  • Day Nine
  • Day Ten
    • alt approach
  • Day Eleven
  • Day Twelve
  • Day Thirteen
  • Day Fourteen ...
  • Day Twenty-One
    • part one (let's take wins where we can)

Prep

Working through some 2021 puzzles to shake the dust off my python.

  • Day One
  • Day Two
  • Day Three
  • Day Four

Resources

Python


VM Stuff

Before I realized VS Code could run solutions, I was running them in a VM.

Running

$ cd <folder-with-Vagrantfile>
$ vagrant up      # run VM
$ vagrant ssh     # enter VM
vagrant:~$ exit   # exit VM
$ vagrant halt    # shut down VM

Updating

$ vagrant box update              # update box
vagrant:~$ do-release-upgrade     # update the OS
vagrant:~$ sudo apt-get update    # update apt-get

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages