IT is my true passion and I am always seeking to learn more about it.
Software developer with experience in web development, artificial intelligence, with around 3 years of experience in the IT market in Angola.
-
AROTEC
- Angola
-
20:40
(UTC +01:00) - in/sebastiao-sukuakueche
Highlights
- Pro
Pinned Loading
-
Este gist é de um função de factoria...
Este gist é de um função de factorial em Typescript 1function factorial(numero:number):number{
2if(numero.toString().includes('.')){
3return -1;
4}
5return (numero == 0 ? 1 : numero * factorial(numero-1));
-
-
file-browser
file-browser PublicEste é um pequeno projecto que ajuda a listar todos arquivos e subpastas de uma pasta.
Python
-
highfootball
highfootball PublicEste repositório contêm o código-fonte do HighFootball, que é um trabalho escolar da disciplina de programação.
HTML 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.