core-scala: initial commit

This commit is contained in:
Swapan Pramanick
2018-08-09 02:07:23 +05:30
parent e35e84291e
commit d46873405a
21 changed files with 567 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package samples
import org.junit._
import Assert._
@Test
class AppTest {
@Test
def testOK() = assertTrue(true)
// @Test
// def testKO() = assertTrue(false)
}