This commit is contained in:
2025-02-10 08:16:45 +01:00
commit e22c2a304a
7 changed files with 1986 additions and 0 deletions

21
JDR/src/jdr/JDR.java Normal file
View File

@@ -0,0 +1,21 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template
*/
package jdr;
/**
*
* @author sio
*/
public class JDR {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Hello world !");
}
}