11 lines
222 B
C++
11 lines
222 B
C++
#include "__jet.h"
|
|
#include <iostream>
|
|
|
|
namespace jet {
|
|
|
|
__jet::__jet(coreutils::ZString &in, coreutils::MString &out, Global &global) : Tag(in, out, global) {
|
|
parseContainer(container);
|
|
}
|
|
|
|
}
|