Login
7 branches 0 tags
Ben (X13/Arch) Removed now unnecessary roots/push and roots/restore OPs 72f9737 3 years ago 675 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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