Skip to content
Snippets Groups Projects
Commit 57045107 authored by s78458's avatar s78458
Browse files

Merge branch 'main' of gitlab.bht-berlin.de:s90532/ramenautomat

parents f2ead1f9 04b25d25
No related branches found
No related tags found
No related merge requests found
#include "test.h"
#include "stdio.h"
test::test() {}
#ifndef TEST_H
#define TEST_H
class test
{
public:
test();
};
#endif // TEST_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment