mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
10 lines
122 B
Java
10 lines
122 B
Java
|
|
/* This file has been extracted from module AnInterface. */
|
||
|
|
package fr.labri;
|
||
|
|
|
||
|
|
public interface AnInterface {
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|