Login
7 branches 0 tags
Ben (X13/Arch) Some more documentation for the stdlib c8c25d9 2 years ago 942 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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