Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / zotnet / tws / date.c
1 /* date.c */
2
3 #include "tws.h"
4 #include <stdio.h>
5
6
7 /* ARGSUSED */
8
9 main (argc, argv)
10 int argc;
11 char **argv;
12 {
13     printf ("%s\n", dtimenow ());
14
15     exit (0);
16 }