Created
November 30, 2020 02:37
-
-
Save oraculum/1683a6c18e62969ddc11d9b45c4bd3f0 to your computer and use it in GitHub Desktop.
Exemplo de teste no processo seleção da VR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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