Search
❯
Nov 05, 20231 min read
// = floor division (The C way) / = regular division (with decimal) % = regular module
//
/
%