Login
7 branches 0 tags
Benjamin Vincent Schulenburg Added tests for the C asset packer 15c3309 3 years ago 895 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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