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
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