Skip to content

Releases: n9Mtq4/HRM2J

v0.0.2 HRM2J IDE

21 May 06:35
Compare
Choose a tag to compare

This is a pre-release of the HRM2J ide.
Contains an interpreted mode and lots of bug fixes.

v0.0.1 HRM2J IDE

26 Jul 02:47
Compare
Choose a tag to compare
v0.0.1 HRM2J IDE Pre-release
Pre-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