Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
nnesse
/
minwin-gcc-5-2
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f5de7b477e
Branches
Tags
master
minwin-gcc-5-2
/
libjava
/
testsuite
/
libjava.jar
/
simple.java
simple.java
103 B
Historique
Raw
1
2
3
4
5
6
7
8
public class simple
{
public static void main(String[] args)
{
System.out.println("hi");
}
}