Files
chloe c5f8f95059 initial commit
Signed-off-by: Ian Moffett <ian@mirocom.org>
2026-05-23 01:28:05 -04:00

9 lines
121 B
Plaintext

//
// Copyright (c) 2026, Chloe M.
// Provided under the BSD-3 clause
//
pub proc main() -> u32 begin
return 0;
end