diff options
Diffstat (limited to '')
-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 |