mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-11 08:48:38 +00:00
Add native call implementations (#18)
This commit is contained in:
13
WoofWare.PawPrint.Test/sources/InstaQuit.cs
Normal file
13
WoofWare.PawPrint.Test/sources/InstaQuit.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace HelloWorldApp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static int Main(string[] args)
|
||||
{
|
||||
Environment.Exit(1);
|
||||
return 100;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user