6 lines
70 B
Julia
6 lines
70 B
Julia
using Plots
|
|
using Base.Test
|
|
|
|
# write your own tests here
|
|
@test 1 == 1
|