Skip to content

Commit

Permalink
Update Class1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Jul 30, 2023
1 parent a9735ad commit 97ce660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/net8.0/consoleapp/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace consoleapp;

internal class Class1
{
private string field1 = "hoge";
private string field1 = "hoge dt1";

public string Property1
=> field1 ;
Expand Down

0 comments on commit 97ce660

Please sign in to comment.