sage/julia/main.jl

6 lines
282 B
Julia
Raw Normal View History

2024-03-26 12:51:08 +00:00
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);