Skip to content

Hello World Console Application

Finalspace edited this page May 29, 2026 · 1 revision

Table of Contents

main.cpp

#define FPL_IMPLEMENTATION
#include "final_platform_layer.h"

int main(int argc, char **argv) {
    int result;
    if (()) {
        ("Hello World!");
        ();
        result = 0;
    } else {
        result = -1;
    }
    return(result);
}

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally