gint-project-template/src/sample.c

8 lines
54 B
C
Raw Permalink Normal View History

2021-04-16 11:08:47 +02:00
#include "sample.h"
int
sample(void)
{
return 42;
}