summaryrefslogtreecommitdiff
path: root/xnap.c
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 15:09:02 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 15:12:28 +0000
commit58f64b93eda84a1a362353e6b9bab90c3cca00ae (patch)
tree45608237c61c5397245bb4700fdd802b6d209bae /xnap.c
parent2db04189e64c629b92da1863f06048488905a474 (diff)
add boilerplate
.
Diffstat (limited to 'xnap.c')
-rw-r--r--xnap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/xnap.c b/xnap.c
new file mode 100644
index 0000000..29b0e2e
--- /dev/null
+++ b/xnap.c
@@ -0,0 +1,8 @@
+#include <stdlib.h>
+
+#include <X11/Xlib.h>
+
+int main(void)
+{
+ return EXIT_SUCCESS;
+}