Skip to content

Instantly share code, notes, and snippets.

@sjemli
Last active December 18, 2015 01:39
Show Gist options
  • Save sjemli/5705445 to your computer and use it in GitHub Desktop.
Save sjemli/5705445 to your computer and use it in GitHub Desktop.
This is a test for the screencast of cloudstack university
#! /usr/bin/env python
print "cloudstack rocks"
l=['cloudstack','opennebula']
for i in l:
print i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment