comandy/build/test.c
源文雨 9cf8968a82 init
2024-04-15 02:39:28 +09:00

9 lines
106 B
C

#include <stdio.h>
#include "libcomandy.h"
int main() {
char* msg = request("{}");
puts(msg);
}