spooky/examples/modules/types.spooky

5 lines
36 B
Plaintext
Raw Permalink Normal View History

2026-04-29 16:15:08 +00:00
struct Point {
int x;
int y;
};