init README

This commit is contained in:
Robin Müller 2022-09-02 10:00:13 +02:00
parent 4b80b8bd64
commit 44ea04e1b1
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 7 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
FSFW From Zero Workshop
=======
This workshop gives an introduction to the Flight Software Framework,
starting from a simple hello world program in C++. As such, it it also suitable
for C++ beginners.

View File

@ -52,6 +52,7 @@ class MyExecutable: public SystemObject, public ExecutableObjectIF {
static const object_id_t MY_OBJ = 1;
void objFactory(void* args);
int main() {
using namespace std::chrono_literals;
cout << "hello world!" << endl;