Files
text-editor/test.txt
2024-10-30 01:33:56 +01:00

13 lines
103 B
Plaintext

Hallo dies ist ein Test.
123
Ich war hier.
int i = 0;
if(i == 0){
printf("hallo");
}
Passt es?