Added something

This commit is contained in:
Stephen Verbist 2023-07-07 19:07:59 +02:00
parent 323d449772
commit b8984dc560

View File

@ -9,4 +9,6 @@ public class WeatherForecast
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
public string? Summary { get; set; }
public double AnotherThing { get; set; }
}