Added a configuration file for seting up parameters

This commit is contained in:
dalyjame
2019-06-16 14:17:52 -04:00
parent b6fc98f44e
commit a475126a3f
15 changed files with 63 additions and 20 deletions

View File

@@ -42,5 +42,4 @@ package object util {
new BufferedInputStream(new FileInputStream(filename))
}
implicit def int2Helper(x : Int) = new IntFraction(x)
}