When in the Powershell terminal in VS Code, I used echo $null >> day10.rs to make a new rust file. I realized that this was causing problems because rust only uses UTF-8 encoded files and the default action for this command was encoding the new file as UTF-16 LE.
Is there a way to change the default to UTF-8?