mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-30 16:42:07 +00:00
e285764b78
* Reorganized examples * Documentation * Third party
5 lines
79 B
C++
5 lines
79 B
C++
#include "liba.h"
|
|
|
|
std::string hello_liba(void) {
|
|
return "Hello from LIBA!";
|
|
} |