File: A.java

package info (click to toggle)
classycle 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 888 kB
  • ctags: 1,166
  • sloc: java: 7,259; xml: 322; 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";
}