Files
2025-02-06 20:33:26 +02:00

8 lines
81 B
Plaintext

class Main{
Problem1err(number, power){
return 01 ** power
}
}