Skip to main content

miskatonic/
main.rs

1//! Run ad-hoc experimental snippets and throwaway tests.
2
3/// Run ad‑hoc experimental snippets and throwaway tests.
4#[ytil_sys::main]
5fn main() -> rootcause::Result<()> {
6    Ok(())
7}