Login
7 branches 0 tags
Benjamin Vincent Schulenburg Revert "Added GH CI job for building tiny windows releases" 54503c9 3 years ago 883 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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