Login
7 branches 0 tags
Ben (X13/Arch) Removed problematic testcase 2ac2b72 2 years ago 1129 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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