Skip to content

Testing Bug Reports #1

Description

@Jai2501

The hello world program has few bugs:

  • It does not print "hello world"
  • The app crashes immediately after printing.

Screenshot:

image.png

Code I believe is responsible for this:

public static void main(String []args) throws Exception {
        System.out.println("Hello");
        throw new Exception("CRASHING APP!");
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions