From 07147cb424246c1aaa6b22d77e0574dc65adea74 Mon Sep 17 00:00:00 2001 From: s490081 Date: Thu, 13 Jun 2024 13:46:25 +0200 Subject: [PATCH] small fixes --- .gitignore | 1 + todo.html | 6 ++++++ todo.pl | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) 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