Added test function

This commit is contained in:
Olli Vainola
2015-06-06 16:55:18 +03:00
parent 6fb51eef4f
commit d21fecc059
+3 -1
View File
@@ -1,6 +1,8 @@
module JuliaFEM
# package code goes here
test = 1
function test()
return 1
end
end # module