mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-11 06:27:22 +08:00
9 lines
193 B
Python
9 lines
193 B
Python
# please run `bazel run //practical_exercises/10_day_practice/day7/example:example`
|
|
|
|
load("@rules_cc//cc:defs.bzl", "cc_binary")
|
|
|
|
cc_binary(
|
|
name = "example",
|
|
srcs = ["example.cpp"],
|
|
)
|