blob: 41ffe7f20a84d13298ee0461fb80f542cd74d148 [file] [log] [blame]
Zane Shelleyad103b92019-07-31 15:57:54 -05001#include "hei_isolator.hpp"
Zane Shelley465e0b32019-04-17 10:15:39 -05002
Zane Shelley465e0b32019-04-17 10:15:39 -05003int main()
4{
Zane Shelley814b1e32019-06-17 20:55:04 -05005 libhei::Isolator iso;
Zane Shelley465e0b32019-04-17 10:15:39 -05006
7 iso.initialize();
8
9 iso.isolate();
10
11 return 0;
12}