diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-04-15 11:36:55 -0500 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-04-15 11:36:55 -0500 |
commit | e1994b6e0342913696f94eec1a4a6b0685e3a015 (patch) | |
tree | fe065d851ca3e276c8bbc9cc78f1c6b77777c129 /csci4131/lec | |
parent | Rearrange (diff) | |
download | homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.gz homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.bz2 homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.lz homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.xz homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.zst homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.zip |
hw6
Diffstat (limited to 'csci4131/lec')
-rw-r--r-- | csci4131/lec/Lec23Ex1.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/csci4131/lec/Lec23Ex1.xml b/csci4131/lec/Lec23Ex1.xml new file mode 100644 index 0000000..5568c44 --- /dev/null +++ b/csci4131/lec/Lec23Ex1.xml @@ -0,0 +1,5 @@ +<?xmlversion="1.0" encoding="UTF-8"?> +<car> + <model>Honda Civic</model> + <year>2001</year> +</car>
\ No newline at end of file |