summaryrefslogtreecommitdiff
path: root/Biz/Bild/Example.rs
blob: ba98dda54d121db3338e7666eb8e6e0d1ecdbb5d (plain)
1
2
3
4
// : out helloworld
fn main() {
  println!("Hello world!");
}