|
|
|
|
|
by criddell
3409 days ago
|
|
I looked at the Rust documentation's getting started page and it says: > If you’re using more than one word in your filename, use an underscore: hello_world.rs rather than helloworld.rs. Is the use of underscores a recommendation or a limitation? |
|