Variable declarations seperate from assignment

This commit is contained in:
nub31
2025-05-27 11:31:28 +02:00
parent 98c42f6021
commit 0541e56224
9 changed files with 115 additions and 67 deletions

View File

@@ -6,8 +6,8 @@ using Nub.Lang.Frontend.Typing;
if (args.Length != 1)
{
Console.Error.WriteLine("Usage: nub <input-dir>");
Console.Error.WriteLine("Example: nub src");
Console.Error.WriteLine("Usage: nub <input-dir>");
Console.Error.WriteLine("Example: nub src");
return 1;
}