Updated ModPreprocessorDefine.csx

This commit is contained in:
MrGadget1024 2023-11-09 07:25:02 -05:00
parent 5ae11f2cc7
commit 8893c1d651

View File

@ -4,9 +4,12 @@
using System; using System;
using System.IO; using System.IO;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Diagnostics;
void Main() void Main()
{ {
Debug.WriteLine("Debug ModPreprocessorDefine Started");
Console.WriteLine("ModPreprocessorDefine Started"); Console.WriteLine("ModPreprocessorDefine Started");
Console.Out.Flush(); Console.Out.Flush();