2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2014-03-07 19:17:17 +01:00
parent 7efffcec0c
commit 7a39159bdb
5 changed files with 19 additions and 10 deletions

View file

@ -0,0 +1,2 @@
val anna = new Person("anna", "bern", 18)
anna.sayHi()