Skip to content

Commit 3132877

Browse files
rootroot
authored andcommitted
fix BrainGCD
1 parent 1c8bde4 commit 3132877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/brainGCD.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getRandomNum } from "./brainEven";
1+
import { getRandomNum } from "./brainEven.js";
22
import { TheMotor } from "../index.js";
33
const alert = "Find the greatest common divisor of given numbers.";
44
const getNOD = (num1, num2)=>{

0 commit comments

Comments
 (0)