example packages

This commit is contained in:
2025-05-24 19:08:04 -04:00
parent 87d7f89405
commit c84936c32e
3 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Example Package for Cpp
python3 ../src/brsoa_create_package.py ../example example_cpp cpp
# Example Package for Python
python3 ../src/brsoa_create_package.py ../example example_python python
# Example Package for Java
python3 ../src/brsoa_create_package.py ../example example_java java
# Example Package for Rust
python3 ../src/brsoa_create_package.py ../example example_rust rust
# Example Package for Go
python3 ../src/brsoa_create_package.py ../example example_go go