#include <iostream>
#include <vector>
#include <string>
struct learning{
std::vector<std::string> languages;
std::vector<std::string> technologies;
}
int main(){
learning currently;
currently.languages = {"GO", "c#"};
currently.technologies = {"Jenkins",".NET", "Azure"};
return 0;
}
🎯
Focusing
My name is Carlos. I'm 23, born in Spain, lover of coding. Music and skate as life style.
Pinned Loading
-
-
-
concurrencia
concurrencia PublicForked from Jim-Hawkins/concurrencia
Sistema de cálculo de costes de un conjunto de tareas usando concurrencia.
Shell
-
-
-
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.