From 8e3294006645b165fff0039c41408377f67106bc Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 26 May 2024 23:49:01 +0100 Subject: [PATCH] chore: remove julia (for now) --- figure/main.jl | 5 ----- justfile | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 figure/main.jl delete mode 100644 justfile diff --git a/figure/main.jl b/figure/main.jl deleted file mode 100644 index c3ccf8c..0000000 --- a/figure/main.jl +++ /dev/null @@ -1,5 +0,0 @@ -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); diff --git a/justfile b/justfile deleted file mode 100644 index f4fa834..0000000 --- a/justfile +++ /dev/null @@ -1,4 +0,0 @@ -set dotenv-load - -figure: - julia figure/main.jl