Login
Ben
/
Nujel
Overview
Code
Talk
CI
Settings
develop
feature/new-benchmarks
master
new-stackless
stackless
value-types
wolkenwelten
7 branches
0 tags
SSH
HTTP
Ben (X13/Arch)
Added new Map type that can use most types as a key
dcf3428
1 year ago
1230 Commits
nujel
/
benchmark
/
hello
/ dart.dart
Raw
application/vnd.dart
•
74 B
•
6 lines
#!/usr/bin/env dart import 'dart:io'; void main(){ print('Hello'); }