Login
7 branches 0 tags
Benjamin Vincent Schulenburg The compiler now inly includes :source for :inline functions fc01d67 3 years ago 879 Commits
nujel / benchmark / hello / dart.dart
#!/usr/bin/env dart
import 'dart:io';

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