You've already forked style_checker
mirror of
https://github.com/AdaCore/style_checker.git
synced 2026-02-12 12:58:19 -08:00
6 lines
106 B
Java
6 lines
106 B
Java
class test {
|
|
public void Main (String[] argv) {
|
|
System.out.println ("Hello, world!");
|
|
}
|
|
}
|