Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit 7e7ac1c

Browse files
fix namespace
1 parent c9cba49 commit 7e7ac1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/quadratic_equation.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns math/quadratic-equation)
1+
(ns math.quadratic-equation)
22

33
(defn calculate-delta
44
[a b c]

0 commit comments

Comments
 (0)