Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uydwl
mjtest-tests
Commits
0514a855
Commit
0514a855
authored
Nov 30, 2018
by
uwdkn
Browse files
Merge branch 'group4' into 'master'
Exec test cases of Rust Team See merge request
IPDSnelting/mjtest-tests!50
parents
8cacd221
b4075d82
Changes
22
Show whitespace changes
Inline
Side-by-side
exec/while.mj
0 → 100644
View file @
0514a855
class A {
public static void main(String[] args) {
int x = 0;
boolean a = false;
while(a) { x = 1; }
System.out.println(x);
while(x < 5) { x = x + 1; }
System.out.println(x);
}
}
exec/while.mj.out
0 → 100644
View file @
0514a855
0
5
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment