namespace psp515;
public class Me
{
private IMood Mood;
public Me(IMood mood)
{
Mood = mood; /* Try to guess ;D */
}
public override string Introduce() => base.Introduce()+$"{Mood.Emoji}" ;
public string University => "AGH University of Science and Technology";
public string FieldOfStudy => "Computer Science";
protected string Name => "Εukasz";
protected string Surname => "Kolber";
public string Nick => "psp515";
protected List<Language> Languages => new List<Language>
{
new Language("pl", "C2"),
new Language("en", "B2 / C1")
};
}
π₯οΈ
Learning
I like coding, 3d printing and gaming.
-
Dassault Systèmes
- KrakΓ³w
-
01:10
(UTC -12:00) - @psp515
- in/lukasz-psp515-kolber
Highlights
- Pro
Pinned Loading
-
-
-
-
-
Deve-Lite/PlantMonitor
Deve-Lite/PlantMonitor PublicMonitror your plants with easy to use and extensible device based on Raspberry Pi Pico
Python 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.