7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
$msg = "Hello ${name}!";
|
|
----
|