File: A.java

package info (click to toggle)
classycle 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: java: 7,383; xml: 340; makefile: 12
file content (6 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package example;

public class A
{
  String s = "hello";
}