namespace PersonalInfo
{
public class AboutMe
{
public string FullName { get; set; }
public int Age { get; set; }
public string City { get; set; }
public string Country { get; set; }
public AboutMe()
{
FullName = "Teslenko Pavlo";
Age = 18;
City = "Poltava";
Country = "Ukraine";
}
}
}🎯 Goals
| 🎯 Goal | ✍️ Description |
|---|---|
| 📚 Learn New Things | Study new technologies and tools. |
| 🤝 Share Experience | Write articles and conduct educational events. |
| 🛠️ Develop Professional Skills | Improve programming and teamwork skills. |
📫 How to Contact Me?
| 📬 Contact Method | 📧 Contact |
|---|---|
| teslenkopasha5@gmail.com |








