Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 171 Bytes

File metadata and controls

17 lines (16 loc) · 171 Bytes

Joan

fn main(){
    printf("Hello, World");
}

Installation

Build with CMake:

cd build
# Windows
build.bat
# Linux or MacOs
build.sh