mirror of
https://github.com/fluencelabs/trust-graph
synced 2025-04-24 23:32:13 +00:00
6 lines
82 B
Rust
6 lines
82 B
Rust
use fluence::{fce, CallParameters};
|
|
|
|
#[fce]
|
|
fn test(a: String) -> String {
|
|
a
|
|
} |