view paper/src/struct.c @ 109:f6d00a13f923

Add ()
author atton
date Mon, 13 Feb 2017 14:11:30 +0900
parents 54cf3b3153fe
children
line wrap: on
line source

struct Point {
    int x;
    int y;
};