Gleam based implementation of TentHash(https://github.com/cessen/tenthash)
gleam add tenthash@1import tenthash
pub fn main() {
tenthash.hash("Hash a string")
}Further documentation can be found at https://hexdocs.pm/tenthash.
gleam run # Run the project
gleam test # Run the tests