Rust: Funções: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 May 2020

  • curprev 01:3301:33, 12 May 2020Ebasso talk contribs 797 bytes +797 Criou a página com "Usando Funções em Rust <nowiki> fn outra_funcao(x: i32, y: i32) { println!("x = {}", x); println!("y = {}", y); } fn cinco() -> i32 { 5 } fn soma_um(x: i3..."