Hello, World!
JP Dias

JP Dias @jpdias

About: Currently working as a researcher on the thin line between hardware and software.

Location:
Porto, Portugal
Joined:
Feb 22, 2017

Hello, World!

Publish Date: Nov 4 '22
0 0

Hello world , this is my first blog post. A place for sharing ideas, thoughts, experiments and other tales of a jack-of-all-trades and master of some.<!--more-->

All the lines of text, lines of code (LoC), circuit diagrams and everything else that will be shared here alongside with all of their bugs and typos are my own and under the MIT license (otherwise the origin will be cited).

Now in Typescript:

class Greeter {
    constructor(public greeting: string) { }
    greet() {
        return this.greeting
    }
};

var greeter = new Greeter("Hello, World!")
console.log(greeter.greet())
Enter fullscreen mode Exit fullscreen mode

So, if you’re reading this, welcome to Tales of I/O.

For any feedback, ideas, doubts and bugs and typos feel free to contact me.

Comments 0 total

    Add comment