1 2 3 4 5 6 7 8
include the iostream library use std::cout use std::endl begin main print "Hello World!" print "I am Trenton Stark and my GitHub name is @Birducken." end main