view paper/src/struct.c @ 116:ed6719c301fc

Update slide
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Feb 2017 17:31:45 +0900
parents 54cf3b3153fe
children
line wrap: on
line source

struct Point {
    int x;
    int y;
};