mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
7bf675f162
* new file: projects/gnome.org/json-glib/package.yml new file: projects/gnome.org/json-glib/test.c * wip * wip
6 lines
128 B
C
6 lines
128 B
C
#include <json-glib/json-glib.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
JsonParser *parser = json_parser_new();
|
|
return 0;
|
|
} |