1
2
3
4
5
fn main()
{
  println!("hello there!");
}