aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello.rs
blob: 6f8dfa18d9c59ca01a526c5d188fcb30c607cb58 (plain) (blame)
1
2
3
4
fn main() {
	println!("Hello!");
}