Unlængst

writeas

This post was written on the command line with the help of Write.as' command line client. Here's how to do it:

Weiterlesen...

write.as supports syntax highlightning. Just use the typical three backticks with the corresponding name of the programming language. Here I use SQL:

```sql
SELECT *
FROM table

results in:

SELECT *
FROM table

#writeas #til