2013-11-04 22:21:37 -08:00

5 lines
44 B
Groovy

class Book {
String author
String title
}