home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 March / maximum-cd-2003-03.iso / Software / Utilities / Samurize.exe / Scripts / HelloWorld.js next >
Encoding:
Text File  |  2002-05-23  |  50 b   |  4 lines

  1. function Hello() 
  2. {
  3.     return "Hello World!"   
  4. }