Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1 @@
;;; This is a comment

View file

@ -0,0 +1,2 @@
/* First line
Second line */

View file

@ -0,0 +1 @@
/* This is a comment /* containing nested comment */ */

View file

@ -0,0 +1,3 @@
#_IF false
some code
#_ENDIF

View file

@ -0,0 +1,3 @@
#_IF false
This w'ont work
#_ENDIF