Login
7 branches 0 tags
Benjamin Vincent Schulenburg Added :file-handle type symbol 301709c 3 years ago 888 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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