« Back to article overview.

The First Post

What

I’m working on Sony Interactive Entertainment Inc. for now. And eager to contribute OSS more, so to make my work on public, I created the place to write something I thought/created/learned.

Image and movie sample

The following picture is Shibazakura at [Hitsujiyama][hitsujiyama] Park, Hitsuji means the sheep in Japanese, and its park has real sheeps.

Image

Sample lifegame movie :)

Code Sample

main.rs

fn main() {
    println!("Hello, Rust!");
}

main.cpp

#include <cstdio>
int main() {
    printf("Hello, C++!\n");
    return 0;
}

main.ts

const anExampleVariable = "Hello TS!"
console.log(anExampleVariable)

Epilogue

End.

[hitsujiyama][https://www.city.chichibu.lg.jp/multilingual/#itemid11317] [upstash][https://upstash.com/]