printf: add line break (#19796)

This commit is contained in:
Managor
2025-12-08 05:53:45 +02:00
committed by GitHub
parent 96e55dffeb
commit c2b130e59d
+1 -1
View File
@@ -26,4 +26,4 @@
- Print a hexadecimal, octal and scientific number:
`printf "{{hex=%x octal=%o scientific=%e}}" 0x{{FF}} 0{{377}} {{100000}}`
`printf "{{hex=%x octal=%o scientific=%e\n}}" 0x{{FF}} 0{{377}} {{100000}}`