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