From 8f0aa2547f238dbb984c254b5b7f097a6ac73e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= Date: Sat, 19 Dec 2020 11:13:08 +0100 Subject: Empty project --- .idea/.gitignore | 8 + .idea/.name | 1 + .idea/description.html | 1 + .idea/encodings.xml | 6 + .idea/inspectionProfiles/Project_Default.xml | 4008 ++++++++++++++++++++++++++ .idea/misc.xml | 12 + .idea/modules.xml | 8 + .idea/project-template.xml | 3 + .idea/vcs.xml | 6 + Javalabbar.iml | 11 + src/se/liu/liuid123/Main.java | 8 + 11 files changed, 4072 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/description.html create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/project-template.xml create mode 100644 .idea/vcs.xml create mode 100644 Javalabbar.iml create mode 100644 src/se/liu/liuid123/Main.java diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..436f6e3 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Javalabbar \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..88aa82c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,4008 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1e2dd00 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2ccb424 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Javalabbar.iml b/Javalabbar.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Javalabbar.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/se/liu/liuid123/Main.java b/src/se/liu/liuid123/Main.java new file mode 100644 index 0000000..1bbcdf6 --- /dev/null +++ b/src/se/liu/liuid123/Main.java @@ -0,0 +1,8 @@ +package se.liu.liuid123; + +public class Main { + + public static void main(String[] args) { + // write your code here + } +} -- cgit v1.2.1