Files

7 lines
135 B
Plaintext

// !note: file contains significant whitespace
// * indentation uses <SPACE> characters
int foo() {
// with spaces
return 0;
}