sage/figure/main.jl
2024-03-26 12:53:28 +00:00

6 lines
281 B
Julia

version = ENV["VERSION"]
printstyled("\nfigure $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);