File: Test.java

package info (click to toggle)
cdbs 0.4.130
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,348 kB
  • sloc: sh: 4,534; xml: 2,159; makefile: 178; perl: 138; python: 94; ansic: 7; java: 5
file content (5 lines) | stat: -rw-r--r-- 57 bytes parent folder | download | duplicates (11)
1
2
3
4
5
public class Test {
	public int foo() {
		return 0;
	}
}