mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-18 09:35:44 +00:00
Update project
This commit is contained in:
parent
eb941fe530
commit
6851484a3f
5 changed files with 10 additions and 26 deletions
|
|
@ -1,11 +1,5 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
//! TribuFu SDK.
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
pub fn Hello(input: String) -> String {
|
||||
return format!("Hello {}", input);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue