dart_off_server / lib /core.dart
David Li
fix: basic alfred dart server
f198f11
raw
history blame
36 Bytes
int calculate() {
return 6 * 7;
}