RosettaCodeData/Task/Arithmetic-Integer/F-Sharp/arithmetic-integer-2.fs
2023-07-01 13:44:08 -04:00

5 lines
51 B
GLSL

4 + 3 = 7
4 - 3 = 1
4 * 3 = 12
4 / 3 = 1
4 % 3 = 1