1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/04/division.txt
2018-12-24 16:39:42 -08:00

6 lines
47 B
Plaintext

nix-repl> 6/ 3
2
nix-repl> builtins.div 6 3
2