DN01
This commit is contained in:
parent
82f5a59a33
commit
c893d63b89
12
src/DN01.java
Normal file
12
src/DN01.java
Normal 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. *|*
|
||||||
|
***********************************************""");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user