We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c27d86 commit 72ee63cCopy full SHA for 72ee63c
Maths/FindLcm.js
@@ -11,7 +11,7 @@
11
12
'use strict'
13
14
-import { findHCF } from './findHcf'
+import { findHCF } from './FindHcf'
15
16
// Find the LCM of two numbers.
17
const findLcm = (num1, num2) => {
0 commit comments