X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=Kata4L%C3%B6sungen%2FCSharp%2Findex.mdwn;h=21d90a4342cacd95ff10d245cc99550b9c4360b1;hp=882dfc493aa3240027005cc007dc6978c5fd5438;hb=9f6737c66ad6ff3e2482f7311cae290dd2473f0f;hpb=096ccad2de573f503e177bb76164614337f92da3 diff --git "a/Kata4L\303\266sungen/CSharp/index.mdwn" "b/Kata4L\303\266sungen/CSharp/index.mdwn" index 882dfc4..21d90a4 100644 --- "a/Kata4L\303\266sungen/CSharp/index.mdwn" +++ "b/Kata4L\303\266sungen/CSharp/index.mdwn" @@ -1,6 +1,9 @@ -= Part 1 = -{{{ + +# Part 1 + + +[[!format txt """ using System; using System.IO; using System.Text.RegularExpressions; @@ -38,12 +41,12 @@ namespace Kata4 } -}}} +"""]] +# Part 2 -= Part 2 = -{{{ +[[!format txt """ using System; using System.IO; using System.Text.RegularExpressions; @@ -81,11 +84,12 @@ namespace Kata4 } } } -}}} +"""]] -= Part 3 = +# Part 3 -{{{ + +[[!format txt """ using System; using System.IO; using System.Text.RegularExpressions; @@ -129,7 +133,7 @@ namespace Kata4 } } } -}}} +"""]] + ----- -CategoryCodeSnippets \ No newline at end of file + [[!tag CategoryCodeSnippets]]