mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
6 lines
135 B
Text
6 lines
135 B
Text
// !note: file contains significant whitespace
|
|
// * indentation uses <SPACE> characters
|
|
int foo() {
|
|
// with spaces
|
|
return 0;
|
|
}
|