Skip to content

Instantly share code, notes, and snippets.

@kasperpeulen
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save kasperpeulen/9ebb68df1645385eafab to your computer and use it in GitHub Desktop.

Select an option

Save kasperpeulen/9ebb68df1645385eafab to your computer and use it in GitHub Desktop.
playground example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>
<!doctype html>
<html>
<head>
</head>
<body>
<script type="application/dart" src="main.dart"></script>
</body>
</html>
import 'dart:io';
main() {
}
name: playground
description: |
homepage: https://gist.github.com/kasperpeulen/9ebb68df1645385eafab
environment:
sdk: '>=1.11.0 <2.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment