8000 GitHub - izzystardust/advent-solutions: Solutions to Advent of Code problems (adventofcode.com)
[go: up one dir, main page]

Skip to content

Solutions to Advent of Code problems (adventofcode.com)

Notifications You must be signed in to change notification settings

izzystardust/advent-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

These are my solutions to the Advent of Code challenge (adventofcode.com).

My input is saved as input.txt in each folder.

Day     Language        Command
========================================================================================
  1     Python          python 1.py < input.txt
  2     Go              go run 1.go < input.txt
  3     Rust            rustc 3.rs && ./3 < input.txt
  4     Haskell         ghc 4.hs $$ ./4 < input.txt
  5     TCL             tclsh 5.tcl < input.txt
  6     c               gcc 6.c && ./a.out < input.txt
  7     OCaml           ocaml str.cma Seven.ml < input.txt
  8     Lua             lua-5.1 8.lua < input.txt
  9     D               dmd nine.d && ./nine < input.txt
 10     sh+friends      ./10.sh $INPUT $GENERATIONS
 11     perl            perl 11.pl $INPUT
 12     vim             edit the input file, see soln.vim for keys used.
 13     Chicken Scheme  chicken-install combinatorics && csi 13.scm < input.txt
 14     OCaml           ocamlfind ocamlc -package batteries -linkpkg Fourteen.ml -o Fourteen && ./Fourteen < input.txt
 15     OCaml           ^, s/Fourteen/Fifteen/g, s/<.*//

Candidates
========================================================================================

Assembly
C#
C++
COBOL
Clojure
Crystal
Eclipse (the langauge)
Elixer
Erlang
Erlang
Forth
Fortran
J
Java
Javascript
Julia
Lisp
Nim
Objective C
Pascal
Prolog
Prolog
Ruby
Scala
Smalltalk
Swift

About

Solutions to Advent of Code problems (adventofcode.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0