even nicer day 5, pt 2

This commit is contained in:
sejo 2021-12-04 23:56:32 -06:00
parent df4b159671
commit 7f6f4e0277
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
{
c1 = $1
c2 = $3
split(c1,p1,",")
split(c2,p2,",")
split($1,p1,",")
split($3,p2,",")
x1 = p1[1]; y1=p1[2]
x2 = p2[1]; y2=p2[2]
x=x1; y=y1