Skip to content

Commit fbba296

Browse files
authored
Remove parameters from main method
1 parent ec914d6 commit fbba296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pitfalls/Associativity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
void main(String[] args) {
1+
void main() {
22

33
// left-to-right associativity
44
int val = 9 / 3 * 3;

0 commit comments

Comments
 (0)