summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/src/main.rs
blob: 0d01b1873cdd2c133a2f80afd43d6699c1dcd5f0 (plain)
1
2
3
fn main() {
    println!("hello wasm world!");
}