aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.c
blob: 4ff55531f70b937ef686afb215b496bfe8426a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*********************************/
/*   SMITH            (  //      */
/*   smith             ( )/      */
/*   by salade         )(/       */
/*  ________________  ( /)       */
/* ()__)____________)))))   :^}  */
/*********************************/

#include "smith.h"

char *
mr_smith()
{
    return ("---SMITH_V0.0.0---");
}