summaryrefslogtreecommitdiff
path: root/examples/07-custom-code/src/shapes.hob
blob: 5dfe83336914f0a18f6426f3097fe4e0eadd8323 (plain)
1
2
3
struct Square {
    field width: Int32;
}