6 lines
70 B
Plaintext
Raw Normal View History

2022-07-03 15:17:12 +02:00
class Infimum {
m(x, y, z) {
y = x;
z = x;
}
}