mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-16 11:14:17 +00:00
Update project
This commit is contained in:
@ -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);
|
||||
}
|
Reference in New Issue
Block a user