1
Files
logisim-assembler/src/ast/nodes/RootNode.cpp

10 lines
128 B
C++

//
// Created by christoph on 21.03.23.
//
#include "RootNode.h"
auto RootNode::compile() const -> uint8_t {
return -1;
}