program arithmetic
fn main() { let x = pub_read()
 pub_write(x * 7 + 3) }

Graph