9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
if(someCondition) {
|
|
doSomething();
|
|
}
|
|
----
|