Skip to content

v0.0.1 HRM2J IDE

Pre-release
Pre-release
Compare
Choose a tag to compare
@n9Mtq4 n9Mtq4 released this 26 Jul 02:47
· 35 commits to master since this release

This is a pre-release of the HRM2J ide. Please note, that to run the code, the application must be run from the jdk not the jre. The best way to do this is to run it from the command line like this
java -jar app.jar

The floor data is separated by line. Each line should contain two numbers separated by a space. For example if you want spot 0 to have a 1, spot 1 to have a 10 and spot 2 to have a 100 do this:

0 1
1 10
2 100

The input data is separated by commas. For example if you want the input data to be 1, 2, and 3 then do this

1,2,3