Kaynağa Gözat

git init

master
Christoph Fürholzer 4 yıl önce
ebeveyn
işleme
eb6049cf51
2 değiştirilmiş dosya ile 2 ekleme ve 7 silme
  1. +1
    -6
      .idea/workspace.xml
  2. +1
    -1
      src/xyz/nextn/Main.java

+ 1
- 6
.idea/workspace.xml Dosyayı Görüntüle

@@ -25,12 +25,7 @@
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectFrameBounds" extendedState="6">
<option name="x" value="20" />
<option name="y" value="21" />
<option name="width" value="1116" />
<option name="height" value="1047" />
</component>
<component name="ProjectId" id="1RFVBfqCbRos63hjKK8BmzwFlRj" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectView">
<navigator proportions="" version="1">


+ 1
- 1
src/xyz/nextn/Main.java Dosyayı Görüntüle

@@ -3,6 +3,6 @@ package xyz.nextn;
public class Main {

public static void main(String[] args) {
System.out.println("Jank");
}
}

Yükleniyor…
İptal
Kaydet