Skip to content

Instantly share code, notes, and snippets.

View adibpwd's full-sized avatar
🎯
Focusing

Muslikhul Adib adibpwd

🎯
Focusing
View GitHub Profile
@adibpwd
adibpwd / test.dart
Last active August 19, 2020 11:54
highorderfunction.dart
void main() {
print('hello world');
void myHigherOrderFunction(String message, (9, 9));
}
// coba 1
// void myHigherOrderFunction(String message,Function printLambda = (int a, int b) {
// print('This is lambda function');
// }) {
@adibpwd
adibpwd / test1.dart
Last active August 19, 2020 11:55
aaaaa.dart
void main() {
print('hello world');
void myHigherOrderFunction(String message, (9, 9));
}
// coba 1
// void myHigherOrderFunction(String message,Function printLambda = (int a, int b) {
// print('This is lambda function');
// }) {
void main() {
var cbr = new Cbr125();
print(cbr.merkBan());
}
abstract class Motor {
merkBan() {}
merkOli() {}
}