aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt
blob: 7156e457f50d35b5b249c298818f8abe3fce82e4 (plain) (blame)
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