Created
January 27, 2022 19:42
-
-
Save percybolmer/7215c3bbd033cff75e9550f955bd376e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func main(){ | |
// John is travelling to his Job | |
// His car travel is counted in int | |
// And his walking in Float32 | |
p := Person[float64]{Name: "John"} | |
c := Car[int]{Name: "Ferrari"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment