view src/main.rs @ 0:3ef828bc5261

cargo new
author AnaTofuZ <anatofuz@gmail.com>
date Thu, 22 Oct 2020 11:58:06 +0900
parents
children dba3414e8f7e
line wrap: on
line source

fn main() {
    println!("Hello, world!");
}