4 lines
85 B
C#
4 lines
85 B
C#
string path = @"C:\Windows\System32";
|
|
string multiline = @"Line 1.
|
|
Line 2.
|
|
Line 3.";
|