diff --git a/src/.idea/.gitignore b/src/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/src/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/src/.idea/misc.xml b/src/.idea/misc.xml new file mode 100644 index 0000000..20f033c --- /dev/null +++ b/src/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/.idea/modules.xml b/src/.idea/modules.xml new file mode 100644 index 0000000..bdce34d --- /dev/null +++ b/src/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/.idea/vcs.xml b/src/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/src/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/com/phone/Main.java b/src/com/phone/Main.java index d445bb8..f6a58de 100644 --- a/src/com/phone/Main.java +++ b/src/com/phone/Main.java @@ -2,6 +2,7 @@ import java.util.Scanner; +//Elnaz Baharvand 40231009 public class Main { public static void main(String[] args) { Phonebook phonebook = new Phonebook(); diff --git a/src/workshop5.iml b/src/workshop5.iml new file mode 100644 index 0000000..b107a2d --- /dev/null +++ b/src/workshop5.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file