C
C#3y ago
masnyciul

❔ Any advice how to make the colums equal?

.
2 Replies
MODiX
MODiX3y ago
Angius#1586
REPL Result: Success
var foo = 123;
Console.WriteLine($"|{foo,10}|");
Console.WriteLine($"|{foo,-10}|");
var foo = 123;
Console.WriteLine($"|{foo,10}|");
Console.WriteLine($"|{foo,-10}|");
Console Output
| 123|
|123 |
| 123|
|123 |
Compile: 581.644ms | Execution: 74.705ms | React with ❌ to remove this embed.
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?