From 11e09f477480531487cd12b5c107ac1d8352a7a5 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Sun, 6 Oct 2024 11:25:49 +0300 Subject: Initial commit --- Djup/Djup.csproj | 16 ++++++++++++++++ Djup/Program.cs | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 Djup/Djup.csproj create mode 100644 Djup/Program.cs (limited to 'Djup') diff --git a/Djup/Djup.csproj b/Djup/Djup.csproj new file mode 100644 index 0000000..3c18b7c --- /dev/null +++ b/Djup/Djup.csproj @@ -0,0 +1,16 @@ + + + + + + + + + + Exe + net8.0 + enable + enable + + + diff --git a/Djup/Program.cs b/Djup/Program.cs new file mode 100644 index 0000000..c66eb42 --- /dev/null +++ b/Djup/Program.cs @@ -0,0 +1,2 @@ +using Djup.Native; +LibDjup.hello_world(); -- cgit v1.2.3