2024-11-05 12:59:35 +01:00
|
|
|
+++
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
|
|
|
|
2024-11-05 15:23:17 +01:00
|
|
|
# WORK IN PROGRESS
|
2024-11-05 12:59:35 +01:00
|
|
|
|
2024-11-05 15:23:17 +01:00
|
|
|
The site is under construction
|
2024-11-05 22:16:10 +01:00
|
|
|
|
|
|
|
```python
|
|
|
|
print("Hello, World!")
|
|
|
|
```
|
|
|
|
|
|
|
|
## Markdown is Awsome
|
|
|
|
|
|
|
|
doler ipsum
|
|
|
|
|
|
|
|
1st Header|2nd Header|3rd Header
|
|
|
|
---|---|---
|
|
|
|
col 1 is|left-aligned|1
|
|
|
|
col 2 is|center-aligned|2
|
|
|
|
col 3 is|right-aligned|3
|
|
|
|
|
|
|
|
$$\dfrac{n!}{k!(n-k)!} = \binom{n}{k}$$
|