Login
7 branches 0 tags
Benjamin Vincent Schulenburg Added callable? 0686cef 3 years ago 901 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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