DEV Community

Cover image for Hello world!
OrigamiK
OrigamiK

Posted on • Originally published at korigamik.deno.dev

Hello world!

This is my first blog post!

$$ x_1 = 54 $$

int main(int argc, const char ** argv) {
    return 0;
}
Enter fullscreen mode Exit fullscreen mode
print('hello')
Enter fullscreen mode Exit fullscreen mode
const x: string = 'hi';
console.log(x)
Enter fullscreen mode Exit fullscreen mode
x_2 = 21 
Enter fullscreen mode Exit fullscreen mode

Top comments (0)