CCB Premier Import
This commit is contained in:
18
03-SOURCES/gestionStocks/Stock.java
Normal file
18
03-SOURCES/gestionStocks/Stock.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package gestionStocks;
|
||||
import p1.* ;
|
||||
import p1.Article;
|
||||
import p2.* ;
|
||||
|
||||
|
||||
public class Stock {
|
||||
|
||||
Article a ;
|
||||
/**
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user