Skip to content

Commit

Permalink
Merge pull request #25 from lazarospsa/example-gofmt
Browse files Browse the repository at this point in the history
example
  • Loading branch information
lazarospsa committed Dec 18, 2023
2 parents dcc486d + 6105f5e commit 5a8373f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/main.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package main

import (
"fmt"
gofin "github.com/lazarospsa/gofin"
"fmt"
gofin "github.com/lazarospsa/gofin"
)

func main() {
fmt.Println(gofin.FutureValue(1000, 0.05, 10))
fmt.Println(gofin.PresentValue(1000, 0.05, 10))
}
fmt.Println(gofin.FutureValue(1000, 0.05, 10))
fmt.Println(gofin.PresentValue(1000, 0.05, 10))
}

0 comments on commit 5a8373f

Please sign in to comment.