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 17dadf2 commit 37ab315Copy full SHA for 37ab315
README.md
@@ -1 +1,6 @@
1
# CommonSolve
2
+
3
+This holds the common `solve` command. The rules are that you must dispatch
4
+on one of your own types. That's it. No pirates.
5
6
+Oh and there's an `init` as well.
src/CommonSolve.jl
@@ -1,5 +1,6 @@
module CommonSolve
-greet() = print("Hello World!")
+function solve end
+function init end
end # module
0 commit comments