Skip to content

Advent of code solutions with a new programming language for each day

Notifications You must be signed in to change notification settings

Sami1309/AdventOfLanguages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Languages

Advent of code solutions where:

len(set([progLang(s) for s in solutions])) == len(solutions)

Day 1: Javascript

node 1.js

Day 2: Go

go run 2.go

Day 3: Python

python3 3.py

Day 4: C++

g++ 4.cpp helpers/md5.cpp -o 4.exe
./4.exe

Day 5: C

gcc 5.c -o 5.exe
./5.exe

Day 6: Ruby

ruby 6.rb

Day 7: Rust

rustc 7.rs
./7.exe

About

Advent of code solutions with a new programming language for each day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published