/
Computershik
/
harbour-kat
Обзор
Документация
Войти
/
Computershik
/
harbour-kat
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/utils.h
12 строк
134 B
Computershik73
First patches to make things work
14 мар 2022, 09:37
14 мар 2022, 09:37
b5d972c
Код
Авторство
О чём код?
#ifndef UTILS_H #define UTILS_H class Utils { public: Utils(); static int randInt(int low, int high); }; #endif // UTILS_H