#ifndef INSTRUCTION_H
#define INSTRUCTION_H
class Instruction
{
public:
Instruction();
};
#endif // INSTRUCTION_H