Update Gleam versions in README.md (#308)

This commit is contained in:
Richard Viney
2024-11-13 13:53:41 +13:00
committed by GitHub
parent 58e153bc87
commit 5fa4c5f4ff
13 changed files with 65 additions and 77 deletions
@@ -0,0 +1,12 @@
import gleeunit
import gleeunit/should
pub fn main() {
gleeunit.main()
}
// gleeunit test functions end in `_test`
pub fn hello_world_test() {
1
|> should.equal(1)
}