2024-03-26 12:51:08 +00:00
|
|
|
version = ENV["VERSION"]
|
|
|
|
|
2024-03-26 12:53:28 +00:00
|
|
|
printstyled("\nfigure $version\n", color=:cyan, bold=true);
|
2024-03-26 12:51:08 +00:00
|
|
|
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);
|