summaryrefslogtreecommitdiffstats
path: root/Scala/sandbox/0-main.scala
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-04-03 23:41:42 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-11-10 18:03:22 +0100
commitdadc875c05c830d15ee0aebea70aefaea6d3e55e (patch)
tree5e86616033f1cb49749d45ecc33021b99beec97f /Scala/sandbox/0-main.scala
parent1242f3e674a2dc1b2a6d4a6597c0d72d0596f469 (diff)
downloadcoursera-dadc875c05c830d15ee0aebea70aefaea6d3e55e.zip
coursera-dadc875c05c830d15ee0aebea70aefaea6d3e55e.tar.gz
Scala : rename files in sandbox
Diffstat (limited to 'Scala/sandbox/0-main.scala')
-rw-r--r--Scala/sandbox/0-main.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/Scala/sandbox/0-main.scala b/Scala/sandbox/0-main.scala
new file mode 100644
index 0000000..7a0b791
--- /dev/null
+++ b/Scala/sandbox/0-main.scala
@@ -0,0 +1,8 @@
+
+object Main extends App {
+
+ Sqrt.run
+ Recursion.run
+ Curry.run
+
+}