From 24f7c95ae2ec2aadeeafed00ef84500fe2a58fb9 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 22 Sep 2023 23:57:30 -0500 Subject: [PATCH] dummy.cl: Add the new comment types to the example --- dummy.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dummy.cl b/dummy.cl index 2517554..3c5d37e 100644 --- a/dummy.cl +++ b/dummy.cl @@ -1 +1,4 @@ +#!/ this is a shebang comment! // This is an example Conlang file. + +/* Conlang supports block comments! */ \ No newline at end of file