topical media & game development

talk show tell print

lib-ch-example-cgi-hello.ch / ch



  #!/bin/ch
  /* 
     Famous Hello, world! in CGI/Ch 
  */
  printf("Content-type: text/plain\n\n");
  printf("Hello, world!\n");
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.