transcendental-lisp/test/main/MainTest.java

14 lines
179 B
Java
Raw Normal View History

package main;
import org.junit.*;
2017-03-15 13:37:39 -04:00
public class MainTest {
@Before
public void setUp() throws Exception {}
@After
public void tearDown() throws Exception {}
}