mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-28 08:43:26 +00:00
5 lines
82 B
C
5 lines
82 B
C
|
#include "builtWithBazel.h"
|
||
|
|
||
|
char* bazelSays(void) {
|
||
|
return "It's me, Bazel!";
|
||
|
}
|