diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-31 14:56:24 -0700 |
|---|---|---|
| committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-31 14:56:24 -0700 |
| commit | 84e566e92bd7c00fa01bd08c5d22ed77cbeb1a4c (patch) | |
| tree | d18000ede4f60743786e0d83cd36a83fea24e88e /util.lisp | |
| parent | e6fe31daef40bec71e962c502f3a17ff9fa59d31 (diff) | |
| download | speedrun-timer-84e566e92bd7c00fa01bd08c5d22ed77cbeb1a4c.tar.gz speedrun-timer-84e566e92bd7c00fa01bd08c5d22ed77cbeb1a4c.zip | |
Add elapsed time to each split
Diffstat (limited to 'util.lisp')
| -rw-r--r-- | util.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ (defun max-length (lists) (reduce (lambda (a x) (max a x)) (mapcar #'length lists))) + +(defun not-empty-string (str) + (not (zerop (length str)))) |
