Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. | StateAndPacket | program(| StateAndPacket | state_and_packet) {
  2. if (state_and_packet.pkt_0 * 2 == state_and_packet.pkt_1) {
  3. state_and_packet.state_group_0_state_0 = 1;
  4. } else {
  5. state_and_packet.state_group_0_state_0 = 0;
  6. }
  7. return state_and_packet;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement