Last active
July 15, 2020 23:54
-
-
Save mcsee/d7c4b221d7b8c53a4d3f1a50973d4ec5 to your computer and use it in GitHub Desktop.
Struct Point in C
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
struct Point { | |
float x; | |
float y; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment