File size: 74 Bytes
734777a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
## runtests 

using Test

@testset "runtests" begin
    @test 1 == 1
end