Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
const BSE: i64 = 9; const HLT: i64 = 99;
9
10
pub enum ExitCode { Output(i64), AwaitInput, Halted }
11
12
#[derive(Clone)]
13
pub struct IntCoder {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected