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]
5#[allow(clippy::unnecessary_wraps, clippy::missing_const_for_fn)]
6fn main() -> rootcause::Result<()> {
7    Ok(())
8}