This commit is contained in:
Gašper Dobrovoljc 2024-03-05 10:28:08 +01:00
parent 82f5a59a33
commit c893d63b89
No known key found for this signature in database
GPG Key ID: 0E7E037018CFA5A5

12
src/DN01.java Normal file
View File

@ -0,0 +1,12 @@
public class DN01 {
public static void main(String[] args) {
System.out.println("""
Moje ime je: Gašper Dobrovoljc
Moja vpisna številka: 63230048
***********************************************
*|* Izjavljam, da bom vse obveznosti pri *|*
*|* Programiranju 2 opravil/a samostojno. *|*
***********************************************""");
}
}