aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--csrc/smith.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/csrc/smith.c b/csrc/smith.c
new file mode 100644
index 0000000..4ff5553
--- /dev/null
+++ b/csrc/smith.c
@@ -0,0 +1,15 @@
+/*********************************/
+/* SMITH ( // */
+/* smith ( )/ */
+/* by salade )(/ */
+/* ________________ ( /) */
+/* ()__)____________))))) :^} */
+/*********************************/
+
+#include "smith.h"
+
+char *
+mr_smith()
+{
+ return ("---SMITH_V0.0.0---");
+}