]> git.pond.sub.org Git - eow/blob - log.lisp
478e372945f691ce8ae4bcb5a53489f0bda25330
[eow] / log.lisp
1 (in-package :empire-log)
2
3 (defun info (&rest args)
4   (apply #'format *standard-output* args)
5   (terpri *standard-output*))
6