🚀 demo + spring

This commit is contained in:
platane
2020-10-08 19:29:04 +02:00
committed by Platane
parent 16a47349be
commit bb0750e8ba
9 changed files with 208 additions and 49 deletions

View File

@@ -6,4 +6,5 @@ const create = (length: number) =>
export const snake1 = create(1);
export const snake3 = create(3);
export const snake7 = create(7);
export const snake5 = create(5);
export const snake9 = create(9);