blob: bfce2d0012dfaf624762e91b54012db5a8d0c8f9 [file] [log] [blame]
Zane Shelley465e0b32019-04-17 10:15:39 -05001
2#include "../hei_isolator.hpp"
3
4namespace HEI_SIM
5{
6
7int main()
8{
9 HEI::Isolator iso;
10
11 iso.initialize();
12
13 iso.isolate();
14
15 return 0;
16}
17
18}; // end namespace HEI_SIM