Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joshua Bachmeier
mjtest-tests
1613ed6102d52dd83de126d259a41055e39d5ebb
1613ed6102d52dd83de126d259a41055e39d5ebb
Switch branch/tag
mjtest-tests
syntax
empty_while.mj
Find file
Normal view
History
Permalink
empty_while.mj
88 Bytes
Edit
Web IDE
Newer
Older
Add a selection of syntax testcases
Maximilian Stemmer-Grabow
committed
Nov 01, 2018
1
2
3
4
5
class Prog1 {
public static void main(String[] args) {
while(true);
}
}