Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandademic committed Mar 9, 2022
1 parent 9d45b30 commit 904435c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ a := 9
luve.Luve(a)
// now the compiler wont complain!
```
**Seriously , that's it 🤯**
if you want the version of luve your using , use `LuveVer`.
## EXAMPLE
_______________
```go
[...]
import "github.com/Pandademic/luve"
a := 9
b := 10
luve.Luve(a,b)
fmt.Println("luve version:"+luve.LuveVer)
[...]
```

0 comments on commit 904435c

Please sign in to comment.