Ajout TPS + Entrainements

This commit is contained in:
Simoes Lukas
2024-12-10 12:52:05 +01:00
parent 6f3e79de9d
commit f7764aa296
20 changed files with 577 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
int lightness(void);
#endif