Login
7 branches 0 tags
Benjamin Vincent Schulenburg Better [describe] de1f562 3 years ago 899 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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