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
| // To run first create a new project with: | |
| // dotnet new console | |
| // Edit the Program.cs file adding a call to Question.Results() | |
| // Then run with | |
| // dotnet run | |
| public class Question | |
| { | |
| public static void Results() | |
| { | |
| var responses = new List<Object>(); |
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
| var results = [ | |
| { | |
| "data": { | |
| "destination": "LGW", | |
| "origin": "JFK", | |
| "arrival_time": "17:50", | |
| "departure_time": "18:00", | |
| "price": "432GBP", | |
| }, | |
| "source": "duffel_air" |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am telphan on github. | |
| * I am telphan (https://keybase.io/telphan) on keybase. | |
| * I have a public key ASCGXgjMGvzy0uwk_aw-a90HnDKt0f-jRhMizTEOFO56tgo | |
| To claim this, I am signing this object: |