mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
Added test function
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
module JuliaFEM
|
||||
|
||||
# package code goes here
|
||||
test = 1
|
||||
function test()
|
||||
return 1
|
||||
end
|
||||
|
||||
end # module
|
||||
|
||||
Reference in New Issue
Block a user