spooky/examples/modules/types.spooky

5 lines
36 B
Plaintext

struct Point {
int x;
int y;
};