# Nimcheck
---
> A fast syntax validator.
## Code Block
```nim
proc hello(): string =
result = "Hello"
```
```python
def hello() -> str:
return "Hello"
```
| A | B | C |
|---|---|---|
| 1 | 2 | 3 |
- [x] Done
- [ ] Pending
~~strikethrough~~
Footnotes[^1]
[^1]: A footnote.