Login
7 branches 0 tags
Ben (X13/Arch) Reimplemented [input] in Nujel and cleaned up the codebase 1cbfc60 3 years ago 788 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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