geam-cli 0.2.1

Standalone command implementation for Geam
Documentation
1
2
3
4
5
import gleam/io

pub fn main() {
  io.println("alternate")
}