Login
7 branches 0 tags
Ben (X13/Arch) Simplified the testsuite a bit 7525839 3 years ago 849 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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