function hello
% This is the hello, world function written in M code

% Copyright 1997 The MathWorks, Inc.
% $Revision: 1.1.6.1 $
%
        fprintf(1,'Hello, World\n' );

