Closed scwood closed 8 years ago
I'm getting semi-colons when I use commentary in a Julia file. Comments should be started with hashes.
; println("hi") # getting this # println("hi") # should be this
I'm getting semi-colons when I use commentary in a Julia file. Comments should be started with hashes.