Exemplo n.º 1
0
 public ActionResult <string> Get(string str)
 {
     return(ChallengeSolutions.StringClean(str));
 }
Exemplo n.º 2
0
 public ActionResult <string> Get(string str)
 {
     return(ChallengeSolutions.AscendingArrange(str));
 }
Exemplo n.º 3
0
 public ActionResult <string> Get(string str)
 {
     return(ChallengeSolutions.LargestBlock(str));
 }