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
| [ | |
| { | |
| "name": "Abia State", | |
| "localGovernmentAreas": [ | |
| { | |
| "name": "Aba North" | |
| }, | |
| { | |
| "name": "Aba South" | |
| }, |
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
| using System; | |
| using System.Linq; | |
| using System.Collections.Generic; | |
| class MainClass | |
| { | |
| public static void Main(string[] args) | |
| { | |
| var daySlots = new List<Availability> |
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
| public class Program | |
| { | |
| public static void Main() | |
| { | |
| var sentence = AnsiConsole.Prompt(new TextPrompt<string>("What's your [green]sentence[/]?") | |
| .Validate(input => | |
| string.IsNullOrWhiteSpace(input) | |
| ? ValidationResult.Error("An input is required!") | |
| : ValidationResult.Success())); |
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
Show hidden characters
| { | |
| "env": { | |
| "node": true, | |
| "es2021": true, | |
| "commonjs": true, | |
| "mocha": true | |
| }, | |
| "extends": "eslint:recommended", | |
| "parserOptions": { | |
| "ecmaVersion": 12 |
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
| <scheme name="Winner Custom Light" version="142" parent_scheme="Default"> | |
| <option name="FONT_SCALE" value="1.0" /> | |
| <metaInfo> | |
| <property name="ide">idea</property> | |
| <property name="ideVersion">2024.1.3.0.0</property> | |
| <property name="originalScheme">Winner Custom Light</property> | |
| </metaInfo> | |
| <option name="LINE_SPACING" value="1.3" /> | |
| <font> | |
| <option name="EDITOR_FONT_NAME" value="Calling Code" /> |
OlderNewer