/linesmd

print non-empty lines

Primary LanguageGleam

linesmd

My first Gleam project. A simple program that reads a file and prints the number of non-empty lines in it.

gleam run <filename>
gleam run <filename>  # Run the project
gleam test  # Run the tests