8 lines
147 B
C
8 lines
147 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <vector>
|
||
|
|
#include <string>
|
||
|
|
#include "../main.h"
|
||
|
|
|
||
|
|
std::vector<Instruction> parser(std::vector<std::vector<std::string>> in);
|