Initial commit

This commit is contained in:
2021-12-22 11:33:30 +01:00
commit cd6cc0be1e
73 changed files with 10338 additions and 0 deletions

3
utils.jl Normal file
View File

@@ -0,0 +1,3 @@
function non_empty_lines(path::String)
Iterators.filter(!isempty, eachline(path))
end