You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FlowTypes.xoo 415B

1234567891011
  1. package hello;
  2. public class HelloJava {
  3. public static void main(String[] args) {
  4. {xoo-start-issue:1}System.out.println("Hello"){xoo-end-issue:1};
  5. {xoo-start-data-flow:1:1:1}System.out.println("World"){xoo-end-data-flow:1:1:1};
  6. {xoo-start-flow:1:2:1}System.out.println("World"){xoo-end-flow:1:2:1};
  7. {xoo-start-execution-flow:1:3:1}System.out.println("World"){xoo-end-execution-flow:1:3:1};
  8. }
  9. }