# F# Test Project
This is a test F# project for testing Serena's F# language support.
## Project Structure
- `Program.fs` - Main program entry point
- `Calculator.fs` - Calculator functions and types
- `Models/Person.fs` - Person and Employee data models
## Build
```bash
dotnet build
```
## Run
```bash
dotnet run
```