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);
}
Pinned Loading
-
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 Invest 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.