aboutsummaryrefslogtreecommitdiff
path: root/challenge-027/ruben-westerberg/README
blob: c17b59a01601a2ada12ae0e0473a0160b8a08102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Solution by Ruben Westerberg

ch-1.pl and ch-1.p6
===
Intersecting lines.
Run the program. you will be propted to enter two points for the first line and then two points for the second line.
Points are intered as interleved xy pairs
example:
	When prompted to enter the line starting at the origin and ending at x=5 and y=10, the two points are entered as follows:
	0 0 5 10

ch-2.pl and ch-2.p6
===
Run the program to demonstrate history of every assignement to a variable.