Skip to main content

src/gflare.gleam

import gflare/cli

pub fn main() {
  cli.main()
}

pub fn version() -> String {
  "1.0.0"
}