|
|
|
|
|
by is0tope
1638 days ago
|
|
I did advent of code this year in rust (not finished yet, but such is christmas). I found it quite a good way to quickly get a "functional" appreciation for the language. I would preface that by saying that you should read the first few chapters of the rust book. Especially you need to read the introductory chapter about borrowing (chapter 4 I think?) , otherwise you will find it borderline impossible to work with it. |
|