gstest1 0.1.0

an useful function
Documentation
1
2
3
pub fn add(a: f64, b: f64) -> f64 {
    a + b
}