4 lines
71 B
Diff
4 lines
71 B
Diff
25c25
|
|
< fn twoToThe(???) u32 {
|
|
---
|
|
> fn twoToThe(my_number: u32) u32 {
|