support bazel complie this project and format code.
This commit is contained in:
8
practical_exercises/10_day_practice/day8/stl/BUILD
Normal file
8
practical_exercises/10_day_practice/day8/stl/BUILD
Normal file
@@ -0,0 +1,8 @@
|
||||
# please run `bazel run //practical_exercises/10_day_practice/day8/stl:map`
|
||||
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary")
|
||||
|
||||
cc_binary(
|
||||
name = "map",
|
||||
srcs = ["map.cpp"],
|
||||
)
|
Reference in New Issue
Block a user