view final_main/src/struct.c @ 2:93d26c4576d3

add picture
author ryokka
date Thu, 01 Feb 2018 01:17:55 +0900
parents
children
line wrap: on
line source

struct Point {
    int x;
    int y;
};