index
:
MindBox
master
Тестовое задание Mindbox
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MindBox.Lib
/
ITwoDimensional.cs
blob: 776e74feab82e662e71756af80bf91722c714071 (
plain
)
1
2
3
4
5
6
namespace MindBox.Lib; public interface ITwoDimensional { public double GetArea(); }