@@ -1,4 +1,5 @@
#include <vector>
#include <iostream>
#include "parser.hpp"
@@ -12,5 +13,7 @@ int main( void )
b = parser.input( 'y' );
c = parser.input( 'z' );
std::cout << a[0].name;
return 0;
}
The note is not visible to the blocked user.