mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-08-07 22:53:15 +00:00
6 lines
73 B
Rust
6 lines
73 B
Rust
#![no_std]
|
|
#![no_main]
|
|
|
|
zkm_runtime::entrypoint!(main);
|
|
|
|
pub fn main() {} |