Skip to content

Instantly share code, notes, and snippets.

@Ivajkin
Last active September 6, 2016 06:32
Show Gist options
  • Select an option

  • Save Ivajkin/239ab29ee6cd3e4f05b6 to your computer and use it in GitHub Desktop.

Select an option

Save Ivajkin/239ab29ee6cd3e4f05b6 to your computer and use it in GitHub Desktop.

Revisions

  1. Ivajkin revised this gist Sep 6, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions love.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <dream>
    <my-dream of="you and I"/>
    <do>
    <you my="love/>
    <give-me your="smile/>
    <you my="love"/>
    <give-me your="smile"/>
    <am i="awake"/>
    <or/>
    </do>
  2. Ivajkin revised this gist Sep 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion love.xml
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    <do>
    <you my="love”/>
    <give-me your="smile”/>
    <am i="awake=“/>
    <am i="awake"/>
    <or/>
    </do>
    </dream>
  3. Ivajkin revised this gist Sep 5, 2015. No changes.
  4. Ivajkin revised this gist Sep 5, 2015. No changes.
  5. Ivajkin created this gist Sep 5, 2015.
    13 changes: 13 additions & 0 deletions love.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <?xml version="1.0" encoding="utf-8"?>
    <I>
    <dream>
    <my-dream of="you and I"/>
    <do>
    <you my="love”/>
    <give-me your="smile”/>
    <am i="awake=“/>
    <or/>
    </do>
    </dream>
    </I>
    <!-- Timofey S. Ivaykin -->