Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
java-class-member-function
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
12 lines
187 Bytes
Copy permalink
Copy
Raw
1
public class Beer
2
{
3
int special;
4
public static void main(String RIGHT[])
5
{
6
someMethodCall();
7
someOtherMethod("17")
8
.doThat();
9
// Whatever
10
System.out.print("ChangeMe");
11
}
12
}