Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
int main(){
printf("hello world!\n");
}
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <groonga.h>
int
main(int argc, char **argv)
{
grn_ctx ctx;
grn_obj *db, *table, *column, *key_type, *value_type;