comparison src/com/aurellem/capture/TestAurellem.java @ 3:a92de00f0414

migrating files
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 11:55:55 -0700
parents
children
comparison
equal deleted inserted replaced
2:59509c585530 3:a92de00f0414
1 package com.aurellem.capture;
2
3 public class TestAurellem {
4
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 }