Console.WriteLine("Welcome, to my profile");
string name = "Mark";
string declaration = "self-taught self-proclaimed full-stack developer";
const string position = "Intergration Engineer and Senior Analyst Programmer";
const string location = "South Australia, Australia";
Console.WriteLine("I'm {0} a {1}.", name, declaration);
Console.WriteLine($"{position}, currently based in {location}.");
This README file was automatically generated!
The last refresh was on Sunday, 3 November, 01:48 CET.