summary refs log tree commit diff
path: root/src/main.rs
blob: c9de2c5e1ef72944607d5374b19be9f440791eff (plain) (blame)
1
2
3
4
5
6
#![forbid(unsafe_code)]

fn main() {
  println!("yay");
}