aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/2d_array/ya.make
blob: c30dcf77b3e1d5b0544fe7159c64d0d1cd72540b (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY() 
 
OWNER(kirillovs)

SRCS( 
    2d_array.cpp 
) 
 
END()