Files
freqsample/README.md

17 lines
352 B
Markdown
Raw Permalink Normal View History

2014-10-08 16:45:17 -05:00
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:
2014-10-30 15:44:35 -05:00
```bash
2014-10-08 19:43:35 -05:00
$ ant
2014-10-08 16:45:17 -05:00
```
### Contributing
Simply send in a pull request.
### License
This program is licensed with the [GNU GPLv3](/LICENSE).