aboutsummaryrefslogtreecommitdiff
path: root/examples/rich_structure/src/server/food.cc
diff options
context:
space:
mode:
authorMartin Lin <martinlin@google.com>2023-10-31 17:59:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-10-31 17:59:11 +0000
commit1d38077f1ca6bc8698f31c68e9678d4075538d71 (patch)
tree640710fe39af05a9658d01cff14be2a1f081269d /examples/rich_structure/src/server/food.cc
parentdab84b8a0fcd7ed1bc9b0fe00014f3034cc59d1c (diff)
parent238846b05a96ec300a98b4ab50b32de510bd6bde (diff)
downloadrules_pkg-1d38077f1ca6bc8698f31c68e9678d4075538d71.tar.gz
Merge "Merge remote-tracking branch 'origin/upstream-main'" into main
Diffstat (limited to 'examples/rich_structure/src/server/food.cc')
-rw-r--r--examples/rich_structure/src/server/food.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/rich_structure/src/server/food.cc b/examples/rich_structure/src/server/food.cc
new file mode 100644
index 0000000..6559531
--- /dev/null
+++ b/examples/rich_structure/src/server/food.cc
@@ -0,0 +1,5 @@
+#include <iostream>
+
+int main(int argc, char* argv[]) {
+ std::cout << "food does nothing" << std::endl;
+}