use 5.010;
sleep 1;

sub hello {
  say "Hi"
}

hello();
