diff --git a/bugs.txt b/bugs.txt
new file mode 100644
index 0000000..5b458ea
--- /dev/null
+++ b/bugs.txt
@@ -0,0 +1 @@
+bu listede tüm buglar bulunmaktadır
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..4140ebf
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+
Merhaba Dünya
\ No newline at end of file
diff --git a/leap-year.py b/leap-year.py
index 8385a95..8f1806f 100644
--- a/leap-year.py
+++ b/leap-year.py
@@ -1,9 +1,13 @@
+from multiprocessing import synchronize
+
+
year=int(input("Enter year to be checked:"))
if(year%4==0 and year%100!=0 or year%400==0):
-
- print("THIS IS JUST A LEAP YEAR!)
+
+ print("THIS IS JUST A LEAP YEAR!")
else:
- print("The year isn't a leap year!)
-
-
- hello
+ print("The year isn't a leap year!")
+
+print(year)
+
+# synchronize localden yapılınca github dan görebilecekmiyim
\ No newline at end of file
diff --git a/leap-year2.py b/leap-year2.py
new file mode 100644
index 0000000..5505a40
--- /dev/null
+++ b/leap-year2.py
@@ -0,0 +1 @@
+print("This is not first code")
\ No newline at end of file
diff --git a/login.html b/login.html
new file mode 100644
index 0000000..6df4253
--- /dev/null
+++ b/login.html
@@ -0,0 +1 @@
+Login page bugs fixed