Stumbled upon this cartoon:
Thought this was hilarious!!! Of course, since I’m not much of a C++ programmer, I would do something like this:
Sub airplanes()
Range("A1").Value = "I will not throw paper airplanes in class"
Range("A1").Copy
Range("A2:A500").PasteSpecial
End Sub
throw this in a spreadsheet then email it to the teacher!!! Ok, so this method wouldn’t be as cool as the pic, but it would work and save time! Wonder how you could do this in BASH…