All pastes #340706 Raw Edit

Something

public text v1 · immutable
#340706 ·published 2007-02-04 23:20 UTC
rendered paste body
public class Scratch {
	public static void main() {
		double steps = 2.3654;
		long step = Math.round(steps);
	}
}