1
 

Let's write a poem

By: duncangoudie (School of Computer Science)
Competition Year: 2016
Votes (1) | Comments (0)
< Previous     Next >    
//Let's write a poem
/**
* Copyright (c) 2016 Duncan Goudie
* Licensed under Creative Commons License
*/

while poem.progress not complete{

+ if coffee cup empty
++ fill coffee cup
+ increment poem by one word
+ review poem
+ if review = good
++ poem.progress = complete

}
Share this poem:
Register/Login to comment