Login
7 branches 0 tags
Benjamin Vincent Schulenburg Nicer/optimized racket/scheme benchmarks 949fcdd 2 years ago 1045 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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