I'm creating a #RustLang tutorial, and I asked #ChatGPT and #Gemini which should come first: functions or math.
Gemini says functions should come before math.
ChatGPT says the exact opposite.
So I went to Grok to break the tie:
"For a Rust tutorial, teach functions first. Functions are a core concept in Rust, foundational for structuring code and understanding syntax like fn, parameters, and return types...
Agree?
