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,5 @@
import gleam/io
pub fn main() {
io.println("Hello from gleamgleam!")
}