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 f214093 commit 8a3867aCopy full SHA for 8a3867a
ext/LinearMPCext.jl
@@ -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