From 4bac6ae2e725a1997674fd3369bf4ea032235d8b Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Tue, 8 Oct 2024 19:59:10 +0300 Subject: Add a native "Hello World" to the project After much trouble with MSBuild --- lib/Djup.Native/Program.cs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 lib/Djup.Native/Program.cs (limited to 'lib/Djup.Native/Program.cs') diff --git a/lib/Djup.Native/Program.cs b/lib/Djup.Native/Program.cs deleted file mode 100644 index 2667048..0000000 --- a/lib/Djup.Native/Program.cs +++ /dev/null @@ -1,2 +0,0 @@ -/*using Djup.Native;*/ -/*LibDjup.hello_world();*/ -- cgit v1.2.3