Skip to content

Instantly share code, notes, and snippets.

@RomaSto
Created August 27, 2020 05:35
function solution(X, Y, D) {
// write your code in JavaScript (Node.js 8.9.4)
return Math.ceil((Y-X)/D)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment