From 9e4f2f265cab544d8b1017eedf5c2965ba9fc6c4 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 19 Sep 2019 19:52:43 -0500 Subject: [PATCH] problem 12 major work --- uil/october-2013/12/.idea/misc.xml | 6 ++++++ uil/october-2013/12/.idea/modules.xml | 8 ++++++++ uil/october-2013/12/.idea/vcs.xml | 6 ++++++ uil/october-2013/12/12.iml | 12 ++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 uil/october-2013/12/.idea/misc.xml create mode 100644 uil/october-2013/12/.idea/modules.xml create mode 100644 uil/october-2013/12/.idea/vcs.xml create mode 100644 uil/october-2013/12/12.iml diff --git a/uil/october-2013/12/.idea/misc.xml b/uil/october-2013/12/.idea/misc.xml new file mode 100644 index 0000000..cf0a4dd --- /dev/null +++ b/uil/october-2013/12/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/uil/october-2013/12/.idea/modules.xml b/uil/october-2013/12/.idea/modules.xml new file mode 100644 index 0000000..b76c186 --- /dev/null +++ b/uil/october-2013/12/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/uil/october-2013/12/.idea/vcs.xml b/uil/october-2013/12/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/uil/october-2013/12/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/uil/october-2013/12/12.iml b/uil/october-2013/12/12.iml new file mode 100644 index 0000000..ea1542a --- /dev/null +++ b/uil/october-2013/12/12.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file