Skip to content

Files

Latest commit

7823fb1 · Nov 18, 2022

History

History

beef

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 18, 2022
Nov 18, 2022

Beef Hello World

Beef is a high-performance multi-paradigm open source programming language with a focus on developer productivity.

you can find more information about Beef at beeflang.org

run the program

you need to install beef first, then run the program

first create new project

beefBuild -new

move hello.bf to src folder

and compile it

beefBuild

go to build folder and run the program