summaryrefslogtreecommitdiff
path: root/Djup/Program.cs
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2024-10-08 19:59:10 +0300
committerJoel Stålnacke <joel@saker.fi>2024-10-08 19:59:10 +0300
commit4bac6ae2e725a1997674fd3369bf4ea032235d8b (patch)
treecd9682eac89c1da5d5c54741684b5e8405f5d54c /Djup/Program.cs
parent21001a44f1781423ae04f35ee41e042ae6f01355 (diff)
Add a native "Hello World" to the project
After much trouble with MSBuild
Diffstat (limited to 'Djup/Program.cs')
-rw-r--r--Djup/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Djup/Program.cs b/Djup/Program.cs
deleted file mode 100644
index c66eb42..0000000
--- a/Djup/Program.cs
+++ /dev/null
@@ -1,2 +0,0 @@
-using Djup.Native;
-LibDjup.hello_world();