Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 734 Bytes

Example of StreamFormat

Try thoses examples !

Build and Run examples one by one (Recommended)

Example with //HelloWorld:HelloWorld (see below for the list of example)

bazelisk run //HelloWorld:HelloWorld

[00:00:00:000] APP-Core >> HelloWorld !
[00:00:00:105] APP-Core >> After 100ms !
Compile all examples, then run binaries

To compile every example:

bazelisk build //...

Then you can run a program with (example with //HelloWorld:HelloWorld, see below for the list of example)

.\bazel-bin\HelloWorld\HelloWorld

[00:00:00:000] APP-Core >> HelloWorld !
[00:00:00:105] APP-Core >> After 100ms !

List Of Examples

  • //HelloWorld:HelloWorld: HelloWorld using the Internal Logger