From ac0a3e0ebb9b460a31a76115cb4d494361c03e49 Mon Sep 17 00:00:00 2001 From: DEC05EBA Date: Tue, 31 Dec 2019 08:46:05 +0100 Subject: Initial commit, copied from wwwhtml-parser. Works. Need to add unescape of html sequences --- tests/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/main.c (limited to 'tests') diff --git a/tests/main.c b/tests/main.c new file mode 100644 index 0000000..ff1570b --- /dev/null +++ b/tests/main.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char **argv) { + printf("hello, world!\n"); + return 0; +} -- cgit v1.2.3