boron-lang 0.26.0

A simple, efficient, compiled programming language.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Executable autogenerated by the Boron compiler
// Version 0.25.1
// Created on 2022/07/24 at 13:00:59 local time

#include <stdio.h>
#include <stdbool.h>


// Structs begin here

// Functions begin here
int main() {
int x = 3;
}