Install Circular

Before you can get started developing on Circular, you need to understand the code repository and install its binaries.

const message = "hello world";
console.log(message);

Last updated