10 lines
128 B
C++
10 lines
128 B
C++
//
|
|
// Created by christoph on 21.03.23.
|
|
//
|
|
|
|
#include "RootNode.h"
|
|
|
|
auto RootNode::compile() const -> uint8_t {
|
|
return -1;
|
|
}
|