Need help finishing a project but I have no clue how to go about it
A tool for sharing your source code with the world!
$code into chat to learn how to post code.
Can anybody help me?
Has anyone used XYZ?
Why doesn't my code work?$code into chat to learn how to post code.React with ❌ to remove this embed.
•5/13/24, 4:23 AM
name becomes Name or like lastname becomes LastName_lastNameC:/Foo/myfile.txt it'll be relative$code$codeNamelastnameLastName_lastNameC:/Foo/myfile.txtprivate string _lastName;
public string LastName
{
get => _lastName;
set => _lastName = value;
}