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');
Leave a comment
Comments 2
public static void main (String args [ ]) {
system.out.prinln("Glad you made it--we should hang out soon.");
}
Reply
Reply
Leave a comment