This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "advent-of-code/common" | |
| "log" | |
| "strings" | |
| ) | |
| const inputFile = "day19/input.txt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./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 |