6 lines
282 B
Julia
6 lines
282 B
Julia
version = ENV["VERSION"]
|
|
|
|
printstyled("\nsage.jl $version\n", color=:cyan, bold=true);
|
|
println("A collection of cybersecurity-related utilities for my personal use.");
|
|
printstyled("This is the part of the program responsible for data visualisation and manipulation.\n", bold=true);
|