about summary refs log tree commit diff
path: root/java/Another.java
blob: e431e157336b8865a4e9c39167ff19f4af539252 (plain) (blame)
1
2
3
4
5
public class Another {
  public static String whatis() {
    return "Testing";
  }
}