x = 1 println("hello world!") pwd() open("../../assets/data/wow.txt") do io read(io, String) end using Plots x = 0.0:0.01:2π y = sin.(2x) + sin.(5x) plot(x, y, title = "A nice wave", titlefont=12, label = false)