X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=Kata4L%C3%B6sungen%2FCSharp%2Findex.mdwn;h=e5706b5e772037cc6df7d2e698573a2f775c6926;hp=882dfc493aa3240027005cc007dc6978c5fd5438;hb=1987a8a6713d85e7b26df584f69a177ce546e4ff;hpb=096ccad2de573f503e177bb76164614337f92da3 diff --git "a/Kata4L\303\266sungen/CSharp/index.mdwn" "b/Kata4L\303\266sungen/CSharp/index.mdwn" index 882dfc4..e5706b5 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,9 @@ namespace Kata4 } } } -}}} +"""]] + + +--- ----- -CategoryCodeSnippets \ No newline at end of file + [[CategoryCodeSnippets|CategoryCodeSnippets]]