Skip to content

Commit 4005df5

Browse files
authored
Merge pull request #741 from rizhik356/main
fix result 10/72
2 parents 99680b7 + 246bbc0 commit 4005df5

File tree

1 file changed

+1
-1
lines changed
  • modules/20-arithmetics/40-priority

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log((70 * (3 + 4)) / (8 + 2));
1+
console.log(70 * (3 + 4) / (8 + 2));

0 commit comments

Comments
 (0)