treesummaryrefslogcommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Schönberger2026-06-08 10:52:34 +0200
committerPatrick Schönberger2026-06-08 10:52:34 +0200
commit888331271765f4acb0a6eae4e9535fcad29e6a11 (patch)
treedcbce9a4016f0fcb7c37e0825ddb198746bfd2b5 /src
downloadnmap-888331271765f4acb0a6eae4e9535fcad29e6a11.tar.gz
nmap-888331271765f4acb0a6eae4e9535fcad29e6a11.zip
initialHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/main.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
new file mode 100644
index 0000000..8bc4ddd
--- /dev/null
+++ b/src/main.zig
@@ -0,0 +1,5 @@
+const std = @import("std");
+
+pub fn main() void {
+ std.debug.print("hallo\n", .{});
+}