Signed-off-by: grapefruit <grapefruit@noreply.codeberg.org>
This commit is contained in:
grapefruit 2024-05-31 12:31:03 +00:00
commit 090b0ef50e
4 changed files with 7 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.txt filter=lfs diff=lfs merge=lfs -text

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# test

1
file.txt Normal file
View file

@ -0,0 +1 @@
CONTENTA

3
main.c Normal file
View file

@ -0,0 +1,3 @@
main() {
printf("Hello world");
}