chiark / gitweb /
README: Update copyright date
[subdirmk.git] / example / src / toy.c
1 /*
2  * subdirmk - example code
3  *  Copyright 2019 Mark Wooding
4  * SPDX-License-Identifier: LGPL-2.0-or-later
5  * There is NO WARRANTY.
6  */
7
8 #include <stdio.h>
9 #include "toylib.h"
10
11 int main(void)
12   { fputs(greeting(), stdout); return (0); }