Files
Odin/examples/test.odin

12 lines
105 B
Odin

import "other"
TAU :: 6.28;
PI :: PI/2;
main :: proc() {
x : int = 2;
x = x * 3;
y := add(1, x);
}