We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75302fc commit 5d63701Copy full SHA for 5d63701
1 file changed
CodeWalker.Console/Program.cs
@@ -22,7 +22,7 @@ private static void Main(string[] args)
22
{
23
try
24
25
- Core(args);
+ System.Console.WriteLine("Fuck Yeah");
26
Environment.ExitCode = 0;
27
}
28
catch (ConsoleArgumentException)
0 commit comments