chore: add meson build and initial stuff

This commit is contained in:
2026-05-28 22:24:29 +02:00
parent 2f073349c2
commit 89787b36cc
9 changed files with 120 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
int main(void) {
puts("discord.c");
return 0;
}