FreeTAKTeam / DigitalPy

A framework to support digital engineering in the python language
Eclipse Public License 2.0
8 stars 4 forks source link

create a "Hello World" Component for digitalPy #50

Closed brothercorvo closed 4 months ago

brothercorvo commented 1 year ago

A 'Hello World' component is a simple Digital Py component that is used as a introductory example to learning the framework. It serves as a way to verify that the development environment is set up correctly and that the basic syntax and structure of DP code are working as expected.

The purpose of a 'Hello World' component is to display the message "Hello, World!" as a REST output when executed. It consists of a minimal amount of code and serves as a fundamental building block for more complex DP components.