Ejemplo n.º 1
0
int main( int argc, char**argv){
	Hello hello;
	hello.print_var();
	return 0;
}