pub fn open(target: String) -> Result(String, #(Int, String))
Opens a target file or URL using the appropriate platform-specific opener.
example:
let _ = open("https://gleam.run")