From 3f886d54d2763b2877cc537c9b92b37d36e07d6f Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick <23kilpatrick23@gmail.com> Date: Wed, 6 Oct 2021 09:01:54 -0700 Subject: [PATCH] Create SomeFile.jl --- SomeFile.jl | 1 + 1 file changed, 1 insertion(+) create mode 100644 SomeFile.jl diff --git a/SomeFile.jl b/SomeFile.jl new file mode 100644 index 0000000..ebe094b --- /dev/null +++ b/SomeFile.jl @@ -0,0 +1 @@ +print("This file is here to make this a Julia repo so it shows up on the Julia Hacktoberfest issue tracker")