You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples: Adopt the structure used in hummingbird-examples (#84)
Motivation
----------
The [official Hummingbird
examples](https://github.com/hummingbird-project/hummingbird-examples)
split the server into a main entry point file and a separate build
function. Adopting the same structure makes this example more more
familiar to users who are used to the official examples.
Modifications
-------------
Adopt the Hummingbird example structure for `HelloWorldHummingbird`
Result
------
The example works in the same way as before but has a more familiar
structure for Hummingbird users.
Test Plan
---------
All tests continue to pass.
0 commit comments