This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ProjetGenieLogicielLoto/test.java

6 lines
No EOL
106 B
Java

public class test{
public static void main(String[] args){
System.out.println("yes");
}
}