chiark / gitweb /
Transpose directories
[subdirmk.git] / lib / toylib.c
diff --git a/lib/toylib.c b/lib/toylib.c
deleted file mode 100644 (file)
index 6e73f76..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * subdirmk - example code
- *  Copyright 2019 Mark Wooding
- * SPDX-License-Identifier: LGPL-2.0-or-later
- */
-
-#include "toylib.h"
-
-const char *greeting(void)
-  { return "Hello, world!\n"; }