Box the compass: Difference between revisions

Line 2,756:
case 2 -> heading -= 5.62;
}
System.out.printf("%-2d 3d", index % 32);
/* we could also use 'Compass.values()[index % 32]' here */
System.out.printf("%-20s", Compass.parse(heading));
118

edits