# My first post using Github as source

Testing some code

```sh
ls -ila
```

```cs
var x = new MyObject();
x.myVal = "hello";
```
