Merged master

This commit is contained in:
github-actions[bot] 2023-11-09 13:09:00 +00:00 committed by GitHub
commit 185abd34f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
using System;
using System.IO;
using System.Text.RegularExpressions;
using System.Diagnostics;
class Program
ModPreprocessorDefine.DoSomething();
class ModPreprocessorDefine
{
static void Main()
public static void DoSomething()
{
Console.WriteLine("ModPreprocessorDefine Started");
Console.Out.Flush();