Skip to main content

open/
open.rs

1fn main() {
2    win_desktop_utils::open_url("https://www.rust-lang.org").unwrap();
3}