nightshade

The nightshade programming language, compiler and tools (WIP)
Log | Files | Refs | README

commit 8bfc9ba7621d77205403d8509094e360f3835208
parent 4ee6ea209b00fba20b5b906e59ac54acbaa27af6
Author: citbl <citbl@citbl.org>
Date:   Thu, 11 Jun 2026 18:21:54 +1000

minor

Diffstat:
Msrc/utils.ads | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/utils.ads b/src/utils.ads @@ -1,3 +1,4 @@ package Utils is function Load_Contents (File_Name : String) return String; end Utils; +