10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
|
# Tabs do's and don'ts:
|
||
|
# comment:
|
||
|
quoted: "Quoted "
|
||
|
block: |
|
||
|
void main() {
|
||
|
printf("Hello, world!\n");
|
||
|
}
|
||
|
elsewhere: # separation
|
||
|
indentation, in plain scalar
|