I hereby claim:
- I am lukbukkit on github.
- I am lukbukkit (https://keybase.io/lukbukkit) on keybase.
- I have a public key ASA8RdrtzVT7f2uuFw9Dtf8U6QEJaiuFMR7MExu6HNTE2wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ ./flarum install -f install.json | |
Installing Flarum... | |
Testing config | |
Writing config | |
Migrated: 2015_02_24_000000_create_access_tokens_table | |
Migrated: 2015_02_24_000000_create_api_keys_table | |
Migrated: 2015_02_24_000000_create_config_table | |
Migrated: 2015_02_24_000000_create_discussions_table | |
Migrated: 2015_02_24_000000_create_email_tokens_table | |
Migrated: 2015_02_24_000000_create_groups_table |
$ ./flarum install -f install.json | |
Installing Flarum... | |
Testing config | |
Writing config | |
Migrated: 2015_02_24_000000_create_access_tokens_table | |
Migrated: 2015_02_24_000000_create_api_keys_table | |
Migrated: 2015_02_24_000000_create_config_table | |
Migrated: 2015_02_24_000000_create_discussions_table | |
Migrated: 2015_02_24_000000_create_email_tokens_table | |
Migrated: 2015_02_24_000000_create_groups_table |
package main | |
import ( | |
"advent-of-code/common" | |
"log" | |
"strings" | |
) | |
const inputFile = "day19/input.txt" |