C3 playground

import std::io;

fn void greet(String name)
{
    io::printfn("Hello, %s!", name);
}

fn void main()
{
    greet("World");
}

C3 is a language designed as an ergonomic, safe, and familiar evolution of C.

⛫ homepage • αω tutorial • ⚘ community

Sandbox details

C3 version:     0.7.8
sandbox engine: codapi
sandbox name:   c3
command:        run
in-browser:     ✘

Usage example:

```c3
import std::io;

fn void main()
{
    io::printn("Hello, World!");
}
```

<codapi-snippet sandbox="c3" editor="basic">
</codapi-snippet>

Documentation