Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhaoxuan authored Jun 9, 2019
1 parent ebed623 commit 58d32cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Point.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef POINT_H
#define POINT_H

struct Point
{
int x,y;
};

#endif //POINT_H

0 comments on commit 58d32cd

Please sign in to comment.