6 lines
64 B
Rust
6 lines
64 B
Rust
pub mod frontend;
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|