Skip to content

Instantly share code, notes, and snippets.

View collinsnkem's full-sized avatar
💭
The Igbo boy developer with saucy codes❤

Collins Nkemdirim collinsnkem

💭
The Igbo boy developer with saucy codes❤
View GitHub Profile
@collinsnkem
collinsnkem / main.dart
Last active September 18, 2020 17:49
Collins Dart Task Submit
import 'dart:collection';
void main() {
List myApp = [];
print(myApp.runtimeType);
print("\n");
//List Workout question 1 =======//