MCPcopy Create free account
hub / github.com/AxlLind/AdventOfCode / ExitCode

Enum ExitCode

2019/src/intcoder.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const BSE: i64 = 9; const HLT: i64 = 99;
9
10pub enum ExitCode { Output(i64), AwaitInput, Halted }
11
12#[derive(Clone)]
13pub struct IntCoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected