mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-24 18:39:50 -04:00
6 lines
65 B
Rust
6 lines
65 B
Rust
|
extern crate ucglib;
|
||
|
|
||
|
fn main() {
|
||
|
println!("hello world");
|
||
|
}
|