c5f8f95059
Signed-off-by: Ian Moffett <ian@mirocom.org>
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
//
|
|
// Copyright (c) 2026, Chloe M.
|
|
// Provided under the BSD-3 clause
|
|
//
|
|
|
|
pub proc main() -> u32 begin
|
|
return 0;
|
|
end
|