Skip to content

Instantly share code, notes, and snippets.

@andrebian
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrebian/71d47b3bfaba42b7cc4b to your computer and use it in GitHub Desktop.
Save andrebian/71d47b3bfaba42b7cc4b to your computer and use it in GitHub Desktop.

##PHP

    <?php

    echo 'Teste';

    echo "Exemplo com aspas duplas";

##Ruby

    require 'test/unit'

    print 'Exemplo'

##Python

    env.hosts = ['user@host']
    env.path  = '/path'

    print 'Teste 2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment