This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lukas.angerer
/
AdventOfCode23
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
1397b17a43
Ramuri
Etichete
main
AdventOfCode23
/
Day1
/
IStringTransform.cs
IStringTransform.cs
98 B
Istoric
Crud
1
2
3
4
5
6
namespace Day1;
public interface IStringTransform
{
string Transform(string input);
}