chore: initialise project (julia)
This commit is contained in:
parent
68b967b1d3
commit
05e70256d0
5
julia/main.jl
Normal file
5
julia/main.jl
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
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);
|
Loading…
Reference in a new issue