Login
7 branches 0 tags
Benjamin Vincent Schulenburg Revert "Inlined generic ops" 3fc8672 2 years ago 1041 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

void main(){
     print('Hello');
}