move standalone projects into own directory
This commit is contained in:
10
projects/_standalone/aoc/src/year2021/Day5.hx
Normal file
10
projects/_standalone/aoc/src/year2021/Day5.hx
Normal file
@@ -0,0 +1,10 @@
|
||||
package year2021;
|
||||
|
||||
typedef Line = {
|
||||
x1:Int,
|
||||
y1:Int,
|
||||
x2:Int,
|
||||
y2:Int
|
||||
};
|
||||
|
||||
typedef Point = Array<Int>;
|
||||
Reference in New Issue
Block a user