Commit 23cb018
committed
feat: Demonstrate tab character usage in println [tab-char-demo]
🔑 Key: tab-char-demo
🧠 Logic:
- Prints a string using `\t` escape character to insert a horizontal tab.
- `"Name:\tJohn"` aligns output in a spaced format, like:
Name: John
📘 Purpose:
- Shows how `\t` creates uniform spacing between content.
- Useful in console UIs, tabular data display, and formatting structured output.
💡 Tip:
- Multiple `\t` can be chained for more spacing.
Signed-off-by: Somesh diwan <[email protected]>1 parent 43ec037 commit 23cb018
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments