1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

feat(solutions): add rotate-2-dimensional-array-90-degrees/c/function

This commit is contained in:
Divlo
2021-12-05 17:19:10 +01:00
parent b70ff28313
commit ee6733c760
11 changed files with 236 additions and 3 deletions

View File

@ -1,3 +1,3 @@
FROM node:16.13.0
FROM node:16.13.1
COPY ./ ./
CMD ["node", "solution.js"]