mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
7 lines
126 B
Text
7 lines
126 B
Text
|
// !note: file contains significant whitespace
|
||
|
// * indentation uses <TAB> characters
|
||
|
int main() {
|
||
|
// with tabs
|
||
|
return 0;
|
||
|
}
|