I_survived.m

Dec 19, 2007 18:58

clc;

fprintf('I survived:\n');

for x=1:2
fprintf('ASEN 200%1.0f\n',x);
end

% This semester was a bitch, but I think I'm the better for it.
% I could go on and on about why, but I'd rather be smugly
% satisified that I did it, and just relish it for a while, and say
% things like 'You have no idea.'

fprintf('\n\nYou have no idea.\n');
Previous post Next post
Up