Mercurial
Mercurial
>
hg
>
pep-material
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
progs/hello-world.scala
author
Christian Urban <christian.urban@kcl.ac.uk>
Sat, 07 Nov 2020 19:13:06 +0000
changeset 353
bb6074814a73
parent 335
7e00d2b13b04
permissions
-rw-r--r--
updated
object Hello extends App {
println("hello world")
}