We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3b8456 + 3dba544 commit f6d419aCopy full SHA for f6d419a
base/version.jl
@@ -229,8 +229,8 @@ function banner(io::IO = STDOUT)
229
d3 = "\033[32m" # third dot
230
d4 = "\033[35m" # fourth dot
231
232
- print(io,"""\033[1m $(d3)_
233
- $(d1)_ $(jl)_$(tx) $(d2)_$(d3)(_)$(d4)_$(tx) | A fresh approach to technical computing
+ print(io,"""\033[1m $(d3)_$(tx)
+ $(d1)_$(tx) $(jl)_$(tx) $(d2)_$(d3)(_)$(d4)_$(tx) | A fresh approach to technical computing
234
$(d1)(_)$(jl) | $(d2)(_)$(tx) $(d4)(_)$(tx) | Documentation: http://docs.julialang.org
235
$(jl)_ _ _| |_ __ _$(tx) | Type \"help()\" for help.
236
$(jl)| | | | | | |/ _` |$(tx) |
0 commit comments