cosmic-comp/src/main.rs

6 lines
87 B
Rust
Raw Normal View History

2021-12-15 17:25:15 +01:00
// SPDX-License-Identifier: GPL-3.0-only
fn main() {
println!("Hello, world!");
}