Skip to content
Snippets Groups Projects
Commit 4ff355d6 authored by Dylan Sandhu's avatar Dylan Sandhu
Browse files

Add new file

parent ad0582a9
Branches master
No related tags found
No related merge requests found
class TestBugH3 {
public static void main(String[] args) {
int x = 0;
do {
System.out.println(x);
x = x + 1;
} while (x < 3);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment