<bigwig> service: hello


service {
  session Hello() {
    
    
    exit <html>Hello World!</html>;
  }
}