prefer singular dir names

This commit is contained in:
anon 2024-01-13 15:15:04 +01:00
parent 80c934df7a
commit 2d1b466bd8
6 changed files with 13 additions and 9 deletions

5
example/ex1.txt Normal file
View File

@ -0,0 +1,5 @@
original text
#placeholder<hw> BEGIN
hello world
#placeholder<hw> END
some more original text

7
example/ex2.cpp Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
signed main(){
// #placeholder<code> BEGIN
puts(hello world);
// #placeholder<code> END
return 0;
}

View File

@ -2,7 +2,7 @@
echo start
#placeholder<@gnu-tofile-payload>
#placeholder<@gnu-tofile-payload> COLLAPSED
echo start

View File

@ -1,3 +0,0 @@
original text
#placeholder<hw> COLLAPSED
some more original text

View File

@ -1,5 +0,0 @@
#include <stdio.h>
signed main(){
// #placeholder<code> COLLAPSED
return 0;
}