aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/disjoint_sets/ya.make
blob: 5342bfcf4e9cbd55dd054902799952fa9e27b892 (plain) (blame)
1
2
3
4
5
6
7
8
LIBRARY()

SRCS(
    disjoint_sets.cpp
)

END()