6 lines
70 B
Plaintext
Raw Permalink Normal View History

2023-01-10 14:22:05 +01:00
class Infimum {
m(x, y, z) {
y = x;
z = x;
}
}