Implement Linux part of examples (#108068)

Add Linux files for hello_world and platform_channel examples
This commit is contained in:
Robert Ancell
2022-12-08 08:44:11 +13:00
committed by GitHub
parent 297f094c01
commit 7b458e5af1
19 changed files with 1016 additions and 0 deletions

5
examples/.clang-format Normal file
View File

@@ -0,0 +1,5 @@
BasedOnStyle: Google
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left