1
0
Fork 0

README: Syntax highlighting

main
Michael Raitza 2021-04-16 21:50:17 +02:00
parent c84605f8f0
commit 2c47aeef73
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ Solutions to various problems written in Factor
* To work on advent-of-code problems, go to [[https://adventofcode.com]] and create an account. You will need to do this to receive the puzzle input individually for you. Later, you will be able to upload your answers and get it checked for correctness.
* Add an `AUTHOR` environment variable and set it as your name/username. (On Gitpod, you can do this in account settings.):
```
```sh
export AUTHOR="My Name"
```
* Run `factor playground.factor` in terminal at the git repo root, then enter the following replacing `N` with the number of the day:
```
```factor
"aoc2020.dayN" aoc-init
```
* See `aoc2020.day1` for an example. If a solution is worth an explanation, it should go to the description in the docs in `dayN-docs.factor`.