Skip to content

Instantly share code, notes, and snippets.

View samuel-massinon's full-sized avatar

Samuel Massinon samuel-massinon

View GitHub Profile
@samuel-massinon
samuel-massinon / Test
Created September 21, 2017 20:09
Test Notification
Test
@samuel-massinon
samuel-massinon / day2.jl
Created December 2, 2016 16:37
Advent Day 2
import Base.strip
function do_stuff(input)
tokens = strip(split(input, "\n"))
get_code(tokens)
println()
get_code_weird(tokens)
end
function get_code(tokens)