diff --git a/.gitignore b/.gitignore
index b043aec..cf6b354 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ bin/
/src/jtds-1.3.1.jar
/src/mssql-jdbc-12.6.1.jre11.jar
/BD.iml
+/src/config.properties
diff --git a/todo.html b/todo.html
index 17b8324..a0c683b 100644
--- a/todo.html
+++ b/todo.html
@@ -41,6 +41,12 @@
projekt_BD |
2024-06-20 00:00:00.0 |
2 |
+
+
+4 |
+task |
+2024-06-10 00:00:00.0 |
+5 |
diff --git a/todo.pl b/todo.pl
index bc5c88d..8c5100e 100644
--- a/todo.pl
+++ b/todo.pl
@@ -1,5 +1,6 @@
task('kolokwium', date(2024,06,17),1).
task('projekt_paradygmaty', date(2024,06,16),0).
task('projekt_BD', date(2024,06,20),2).
+task('task', date(2024,06,10),5).
spoznione(X) :- task(X,Y,_),date_time_stamp(Y,S),get_time(T),S