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