Добавил пример преобразования секунд

This commit is contained in:
2024-01-28 20:17:27 +03:00
parent d40e4c660b
commit 6f497d3e7c
2 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
# C
## Other
- [seconds_to_minutes_and_hours.c](seconds_to_minutes_and_hours.c) - Преобразование секунд в минуты и часы
## SQLite 3
- [CREATE TABLE](sqlite/sqlite3_create.c)