Created
March 27, 2022 07:42
-
-
Save takahirom/9a28fc5be46859db7758650b26c5b93b to your computer and use it in GitHub Desktop.
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
data class Articles(val articles: List<Article>) | |
data class Article(val title: String) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment