https://github.com/alnaimi-github/remoterepo-source
https://github.com/alnaimi-github/remoterepo-source
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alnaimi-github/remoterepo-source
- Owner: alnaimi-github
- Created: 2024-06-01T18:45:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T18:21:11.000Z (about 1 year ago)
- Last Synced: 2025-04-15T13:55:03.368Z (3 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repo 1
ex repo:
```
public class WeatherForecast
{
public DateOnly Date { get; set; }public int TemperatureC { get; set; }
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
public string? Summary { get; set; }
}
```
`change`