Login
7 branches 0 tags
Ben (X13/Arch) Moved module tests into testsuite 048990d 2 years ago 1147 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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