diff options
author | Joursoir <chat@joursoir.net> | 2023-03-11 23:02:00 +0400 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2023-03-13 01:32:08 +0400 |
commit | 7f4ad7365d6cd422d704224fdeb37bbee1a36e9e (patch) | |
tree | 35c6045bf3be8e99b62351d8d059bccf807386ce | |
parent | 96922e7d1fa6a02a4d8373828345d00326d2b799 (diff) | |
download | trgrep-7f4ad7365d6cd422d704224fdeb37bbee1a36e9e.tar.gz trgrep-7f4ad7365d6cd422d704224fdeb37bbee1a36e9e.tar.bz2 trgrep-7f4ad7365d6cd422d704224fdeb37bbee1a36e9e.zip |
add sample files
-rw-r--r-- | sample-files/numbers.txt | 14 | ||||
-rw-r--r-- | sample-files/poem.txt | 14 | ||||
-rw-r--r-- | sample-files/words.txt | 27 |
3 files changed, 55 insertions, 0 deletions
diff --git a/sample-files/numbers.txt b/sample-files/numbers.txt new file mode 100644 index 0000000..bd16f9a --- /dev/null +++ b/sample-files/numbers.txt @@ -0,0 +1,14 @@ +1 +12 +123 +1324 +12345 +99999 +2332 +2145 +21249 +54321 +4231 +321 +21 +1
\ No newline at end of file diff --git a/sample-files/poem.txt b/sample-files/poem.txt new file mode 100644 index 0000000..f3eea21 --- /dev/null +++ b/sample-files/poem.txt @@ -0,0 +1,14 @@ +Twinkle, twinkle, little star, +How I wonder what you are. +Up above the world so high, +Like a diamond in the sky. + +When the blazing sun is gone, +When he nothing shines upon, +Then you show your little light, +Twinkle, twinkle, all the night. + +Then the traveller in the dark, +Thanks you for your tiny spark, +He could not see which way to go, +If you did not twinkle so.
\ No newline at end of file diff --git a/sample-files/words.txt b/sample-files/words.txt new file mode 100644 index 0000000..3523bf2 --- /dev/null +++ b/sample-files/words.txt @@ -0,0 +1,27 @@ +apple +banana +cherry +date +elderberry +fig +grape +honeydew +indigo +jicama +kumquat +lemon +mango +nectarine +orange +peach +quince +raspberry +applemelon +strawberry +tangerine +ugli fruit +vanilla +watermelon +xylophone +yellow squash +zucchini
\ No newline at end of file |