#include "libhello.h"

int main() {
  hello();
  return 0;
}