Skip to content

Commit 37ab315

Browse files
add solve (and init as well)
1 parent 17dadf2 commit 37ab315

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# 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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module CommonSolve
22

3-
greet() = print("Hello World!")
3+
function solve end
4+
function init end
45

56
end # module

0 commit comments

Comments
 (0)