blob: 60871f717f9663c8ce75befd3a1a5a5b5f291715 [file] [log] [blame]
function helloworld
fprintf('Hello, World!\n')
disp('Hello, World!');
end