Initial commit.

This commit is contained in:
Erik C. Thauvin 2016-07-20 16:02:48 -07:00
commit ec2ca3184a
20 changed files with 770 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package com.example
import org.testng.annotations.Test
class ExampleTest {
@Test
fun f() = println("Running test")
}