Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 819 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 819 Bytes

Advent of Code - 2023

This is a repository contiaining the solution for advent of code problems of 2023. As a challenge, I'll try my best to use different languages for solving each problem.

List of Solutions

Here is the list of the problems solved and language used to solve them

  • Day 1 - Assembly
  • Day 2 - Clojure
  • Day 3 - COBOL
  • Day 4 - Erlang
  • Day 5 - R
  • Day 6 - Julia
  • Day 7 - Scala
  • Day 8 - Nim
  • Day 9 - OCaml
  • Day 10 - Zig
  • Day 11 - Octave/Matlab
  • Day 12 - Lua
  • Day 13 - Fortran
  • Day 14 - Perl
  • Day 15 - Elixir
  • Day 16 - Ruby
  • Day 17 - Haskell
  • Day 18 - SmallTalk
  • Day 19 - PHP
  • Day 20 - Kotlin
  • Day 21 - Dart
  • Day 22 - Ada
  • Day 23 - CoffeeScript
  • Day 24 - Go
  • Day 25 - Python