1

// This is a source code from a computer program 'this world'.

2

// An implementation of 'Cor'

3

4

existence Cor actualizes HomoSapiens {

5

realize() {

6

inherit();

7

8

self.githubAddress = 'https://github.com/logic-finder';

9

self.emailAddress = 'logicseeker@naver.com';

10

self.discordUserName = 'Cor#0796';

11

12

self.memory = {

13

fourierDrawing: '/fourier.html',

14

audioProcessing: '/audio.html'

15

};

16

}

17

}