Skip to main content

sol_profit_core/
lib.rs

1
2pub fn add() -> i32 {
3  1+1
4}