Mercurial > hg > Database > Alice
view src/alice/test/codesegment/local/TestLocalAlice.java @ 150:206c7dd9cb48 working
remove version alpha beta
author | sugi |
---|---|
date | Tue, 27 Nov 2012 19:41:52 +0900 |
parents | 2ca2d961a8d2 |
children | 4658bf530834 |
line wrap: on
line source
package alice.test.codesegment.local; public class TestLocalAlice { static long t = System.currentTimeMillis(); public static void main(String args[]) { new StartCodeSegment().execute(); } }