Skip to content

Commit 8a3867a

Browse files
committed
add: extension module
1 parent f214093 commit 8a3867a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ext/LinearMPCext.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module LinearMPCext
2+
3+
using LinearMPCext
4+
5+
export hi
6+
7+
hi() = println("hello world!")
8+
9+
end # LinearMPCext

0 commit comments

Comments
 (0)