#include <stdio.h>

int main(int argc, char const *argv[]) {
  puts("Hello address masking world"); // break here
}