lauchpioos/examples/test.gs

10 lines
143 B
Plaintext
Raw Permalink Normal View History

2021-11-30 13:08:50 +00:00
point(200, 300) -> A
point(400, 300) -> B
[point(300, 128) -> C]
2021-11-28 01:20:12 +00:00
line(A, B) -> AB
line(B, C)
line(C, A)
2021-11-30 13:08:50 +00:00
circle(A, len(AB))
circle(B, len(AB))