From 3e3757a4029842ccc2054ac9039ea59bc2e279b4 Mon Sep 17 00:00:00 2001 From: nub31 Date: Mon, 9 Feb 2026 13:25:34 +0100 Subject: [PATCH] ... --- compiler/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Program.cs b/compiler/Program.cs index 8a4a407..d0d70d6 100644 --- a/compiler/Program.cs +++ b/compiler/Program.cs @@ -42,6 +42,6 @@ if (typeCheckerDiagnostics.Any(x => x.Severity == DiagnosticSeverity.Error)) var output = Generator.Emit(typedAst); -File.WriteAllText("C:/Users/oliste/repos/nub-lang/compiler/Compiler/out.c", output); +File.WriteAllText("out.c", output); return 0; \ No newline at end of file