Theoroy

About Theoroy

I am Tatsuro Ide, an undergrad student majoring in computer science. Welcome!

1
2
3
4
5
6
7
8
9
10
11
12
13
let theoroy = {
name: 'Tatsuro Ide',
email: 'idetatsu@gmail.com',
location: 'Cupertino, CA',
languages: ['us_en', 'ja'],
interests: [
'mathematics',
'music',
'computer_graphics',
'game_development',
'competitive_programming',
],
};

Comments