view res/test_integration/src/main.rs @ 235:bfafde81aec3 default tip master

Link to example crates
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 30 May 2021 16:19:15 +0200
parents 59ccdfd217b2
children
line wrap: on
line source

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