// Arithmetic, function calls and imports! fn main() { let test = 9; let simpleAdd = 2 + 2; let simpleSub = 7 - 2; // 14 if simpleAdd < test { return 3; } return arithmetic + simpleSub + boop; }