We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc7383 commit 23bfb53Copy full SHA for 23bfb53
src/main/kotlin/nu/westlin/kartrepo/Application.kt
@@ -13,6 +13,7 @@ open class Application {
13
repository.store(Driver("pwestlin", "Peter", "Westlin"))
14
repository.store(Driver("awestlin", "Adam", "Westlin"))
15
repository.store(Driver("fwestlin", "Felix", "Westlin"))
16
+ repository.store(Driver("rpeterson", "Ronnie", "Peterson"))
17
}
18
19
0 commit comments