Skip to content

Instantly share code, notes, and snippets.

@oraculum
Created November 30, 2020 02:37
Show Gist options
  • Save oraculum/1683a6c18e62969ddc11d9b45c4bd3f0 to your computer and use it in GitHub Desktop.
Save oraculum/1683a6c18e62969ddc11d9b45c4bd3f0 to your computer and use it in GitHub Desktop.
Exemplo de teste no processo seleção da VR
using System.Collections.Generic;
namespace Tasks
{
public class Task1
{
/*
* Dada a lista de inteiros, retorne o maior número da lista
*/
public static int? GetMax(List<int> list) { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment