Skip to content

Instantly share code, notes, and snippets.

@devxpy
Created May 18, 2020 20:23
Show Gist options
  • Save devxpy/35ea1ea1ff574856927bce4012b65142 to your computer and use it in GitHub Desktop.
Save devxpy/35ea1ea1ff574856927bce4012b65142 to your computer and use it in GitHub Desktop.
void main() {
List<int> x = createList();
}
createList() {
return ["1", "2", "3", "4", "5"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment