summaryrefslogtreecommitdiff
path: root/example/example.c
blob: 050afa3830381eaaa683eece8916525579e66adb (plain)
1
2
3
4
5
6
7
#include <stdio.h>
#include <kalmia.h>

int main()
{
	return 0;
}