repo.or.cz
/
checker-flow-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add README file intended to lower the barrier to entry for the next
[checker-flow-ng.git]
/
Dummy.java
blob
492961d8eae80b17b501802ae07c31f9009c8d7f
1
public class
Dummy
{
2
public static void
main
(
String
[]
args
) {
3
System
.
out
.
println
(
1
+
2
);
4
System
.
out
.
println
(
"foo"
);
5
}
6
}