impl Humble for litvinav {
fn greet() {
println!("Hi, let's connect!");
}
}
import { DevOps } from "litvinav";
const skills: Partial<DevOps> = {
delivery: ['GitHub', 'Gitlab'],
platform: ['Google Cloud', 'Kubernetes', 'Docker'],
languages: ['TypeScript', 'Rust', 'C#'],
os: ['Unix'],
}
var interests = new List<string>() {
"Web",
"RCE",
"Functional programming",
"Automation",
"Beautiful code",
};
Console.WriteLine("Let's talk about " + String.Join(", ", interests));