2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Added definitions / examples

This commit is contained in:
Martin Thoma 2014-03-08 13:16:08 +01:00
parent 7a39159bdb
commit b74de7b8da
8 changed files with 86 additions and 3 deletions

View file

@ -0,0 +1,3 @@
val list = List("USA", "Russia", "Germany")
for(country <- list)
println(country)