Skip to content
Snippets Groups Projects
get_user_by_id.rhai 64 B
Newer Older
fn handle(foo: f64) -> {
	println(foo)
	{ foo: foo, bar: 123 }
}