1
0
mirror of https://github.com/fluencelabs/trust-graph-test synced 2025-04-17 09:42:17 +00:00

6 lines
82 B
Rust
Raw Normal View History

use fluence::{fce, CallParameters};
#[fce]
fn test(a: String) -> String {
a
}