mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-12 06:22:00 +00:00
6 lines
141 B
Julia
6 lines
141 B
Julia
|
|
# This file is a part of JuliaFEM. License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
||
|
|
|
||
|
|
using Base.Test
|
||
|
|
|
||
|
|
@test 1 == 1
|