This commit is contained in:
krahets
2023-07-26 10:57:40 +08:00
parent 6381f16506
commit f8f7086196
52 changed files with 4032 additions and 0 deletions

View File

@@ -143,3 +143,9 @@ comments: true
List<String> characters = List.filled(5, 'a');
List<bool> booleans = List.filled(5, false);
```
=== "Rust"
```rust title=""
```