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:
@ -1,4 +1,4 @@
|
||||
FROM node:16.13.0
|
||||
FROM node:16.13.1
|
||||
RUN npm install --global ts-node typescript @types/node
|
||||
COPY ./ ./
|
||||
CMD ["ts-node", "solution.ts"]
|
||||
|
Reference in New Issue
Block a user