Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.33 KB

Language

[English] | 日本語

F-lang

Library for C-lang which can output "それ感想だよね?" within shortest codes in the whole world (maybe).

Warning

This library isn't worked for GCC (because it's not allowed to use multi-byte characters for define).
We recommend Visual Studio 2019 for Windows users and CLang for UNIX users.

Usage

Just include "flang.h" like:

#include "flang.h" //relative path of "flang.h"

Sample

それ感想だよね?

Like "Hello world" for F-lang.

#include "../flang.h" //relative path of "flang.h"
#include 表紙

それ 感想 だよ ね?

Result

それ感想だよね?

Other samples

There's a lot of sample for F-lang beginners in samples.