This website requires JavaScript.
Explore
Help
Sign In
fiveop
/
aoc2021
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Activity
Files
fc0af68e243fbe913101b391372a4aa6c6d3402f
aoc2021
/
utils.jl
T
4 lines
90 B
Julia
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-12-22 11:33:30 +01:00
function
non_empty_lines
(
path
::
String
)
Iterators
.
filter
(
!
isempty
,
eachline
(
path
))
end
Reference in New Issue
Copy Permalink