Added source files.

This commit is contained in:
Deathsbreed
2014-10-08 16:45:17 -05:00
parent ee24983459
commit 128b65da14
4 changed files with 816 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
FreqSample
==========
FreqSample is a tool made in Java that will play a frequency.
### Compiling
Make sure you have the JDK installed along with Apache Ant. Then go to the root directory of this project and run:
```
$ ant jar
```
### Contributing
Simply send in a pull request.
### License
This program is licensed with the [GNU GPLv3](/LICENSE).