Last active
March 23, 2017 06:27
-
-
Save junsuk5/4c718766f17074c37519aa6023faed32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<weatherdata> | |
<weather country="한국"> | |
<description>맑음</description> | |
<temp>36</temp> | |
</weather> | |
<weather country="일본"> | |
<description>흐림</description> | |
<temp>33</temp> | |
</weather> | |
<weather country="중국"> | |
<description>비</description> | |
<temp>28</temp> | |
</weather> | |
</weatherdata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment