struct Actuary {
name: String,
role: String,
}
fn main() {
let me = Actuary {
name: "Willian".to_string(),
role: "aspiring actuary student".to_string(),
};
let msg = format!(
"Welcome to my Github. My name is {}, an {}. Hope you find something helpful to your journey.",
me.name,
me.role,
);
println!("{}", msg);
}
I will be anything that you say I am not. Vice versa. π
- Ho Chi Minh City, Viet Nam
- in/hieunthello
Pinned Loading
-
Basic-Term-Pricing-Model-Rust-lifelibBasicTermSM
Basic-Term-Pricing-Model-Rust-lifelibBasicTermSM PublicWith reference to a popular Python lifelib library, the repo demonstrates how a similar pricing process can be achieved with Rust
Rust
-
Universal-Life-Investment-Link-Cashflow-Illustration-Rust
Universal-Life-Investment-Link-Cashflow-Illustration-Rust PublicGenerate illustration cashflow in a form of dataframe for Universal Life and Investment Link Products
Rust
-
Universal-Life-Investment-Link-Cashflow-Illustration-Excel-SpreadSheet
Universal-Life-Investment-Link-Cashflow-Illustration-Excel-SpreadSheet PublicVersatile tool to generate illustration cashflow for Universal Life and Investment Link Products
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.