/* * Copyright (c) 2013 - Facebook. * All rights reserved. */ int main() { int x = 2; int z = 3; return x + z; }