(lean) add the problem solving day

This commit is contained in:
Julien Calixte
2023-07-23 21:45:56 +02:00
parent eaec93c071
commit 3d686fa2ac
4 changed files with 56 additions and 30 deletions

View File

@@ -1 +1 @@
export type Strategy = 'push' | 'pull' | 'turn-off'
export type Strategy = 'push' | 'pull' | 'problem-solving'