hello world + build script

This commit is contained in:
Piper Pentagram 2025-05-13 11:01:13 -07:00
commit 84e298883a
3 changed files with 26 additions and 0 deletions

8
src/main.c Normal file
View file

@ -0,0 +1,8 @@
#include "pupdns.h"
int main()
{
printf("Hello, world!\n");
return 0;
}