From f2ee38346afd895d80ec87e39a64a43ebea366a3 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 25 Nov 2019 11:30:02 -0500 Subject: [PATCH] Improve comment for main.rkt --- main.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rkt b/main.rkt index 680795b..dcebb3d 100644 --- a/main.rkt +++ b/main.rkt @@ -1,6 +1,6 @@ #lang racket -;; A comment. +;; This is just an example file used to test the example .travis.yml (define (plus1 x) (add1 x))