Skip to content

danielsenhwong/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Daniel Wong

December 2020

Started trying my hand at these puzzles again. Still using Python, but now with a Python for Windows environment and using Microsoft Visual Studio Code as the IDE.

  1. Python
  2. Visual Studio Code
  3. Python extension for Visual Studio Code
    • Be sure to switch to the Python version installed in the bottom left corner of the Visual Studio Code window!

December 2015

These are my solutions to the Advent of Code puzzles for December 2015 as I practice using Python and learn how to use vim.

~/.vimrc: 
    :syntax on 
    :set tw=80 
    :set ts=8 expandtab sw=4 sts=4
    :set wrap linebreak nolist
    :filetype indent on

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages