been a while since I've done c++, understand the post though. XD
for me it'd be something like:
import java.util.*
public class stillHaveSomeWorkToDo
{
public static void main (String [] args)
{
System.out.println("Today was my last day of the course, I still have a");
System.out.println("few more days to work on stuff if I need to though.");
System.exit(0);
}
}
//keeping with the java theme since I'm done with class, I decided to reinstall trickster.
Last edited by ShinMegami; 12-10-2012 at 11:43 PM.
|