include the iostream library use std::cout for cout use std::endl for endl begin main print "Hello World!" print "I am Trenton Stark and my GitHub name is @Birducken." end main