1
public static
Hello {
2
public static void
main (String[] args) {
3
String
my_name =
"Jathu Satkunarajah"
;
4
current
.
education
(
"Computer Science & Mathematics"
,
"
University of Toronto
"
);
5
contact
.
me
(
"
jathu.satkunarajah@gmail.com
"
,
"
@jathu
"
);
6
//I used to be a freelance designer in my high school days. Check out some of my work
here.
7
}
8
}
|