#include "hello.h"

int main(){
  hello(); //print "Hello"
  return 0;
}
