view src/com/aurellem/capture/TestAurellem.java @ 4:edaa7e7806e4

migrated IsoTimer
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 12:03:01 -0700
parents a92de00f0414
children
line wrap: on
line source
1 package com.aurellem.capture;
3 public class TestAurellem {
5 public static void main(String[] ignore){
6 com.aurellem.capture.hello.HelloAudio game = new com.aurellem.capture.hello.HelloAudio();
7 game.start();
8 }
9 }