forked from trinitrix/core
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
|
fn print(message: CommandTransferValue);
|
||
|
|
||
|
nasp trinitrix {
|
||
|
fn hi(name: String) -> String;
|
||
|
}
|
||
|
namespace commands { >-
|
||
|
}
|
||
|
|
||
|
|
||
|
// That's a flat out lie, but it results in a rather nice syntax highlight compared to nothing:
|
||
|
// vim: syntax=rust
|