This commit is contained in:
源文雨
2024-04-15 02:39:28 +09:00
parent 8550e86395
commit 9cf8968a82
7 changed files with 218 additions and 0 deletions

8
build/test.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "libcomandy.h"
int main() {
char* msg = request("{}");
puts(msg);
}