From 418543ed8d974b06b71694da5c71059eb45897b5 Mon Sep 17 00:00:00 2001 From: c Date: Sat, 25 Nov 2023 22:52:11 -0500 Subject: Initial commit. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..c7925b0 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +USAGE +===== + + $ bf | gcc -x c - + +Example: + + $ bf examples/hello.bf | gcc -o hello.out -x c - + -- cgit v1.2.3