Skip to main content

ksef_client/
lib.rs

1pub fn info() -> &'static str {
2    "Hello, world!"
3}