summaryrefslogtreecommitdiff
path: root/common/templates/rust/src/main.rs
blob: 629b4b1c8b555a2c37118a62f7259a3751d7adc5 (plain)
1
2
3
4
5
6
use rust_project::hello_world;

fn main() {
    hello_world("print");
}