Try Beef
Reset
1
2
3
4
5
6
7
8
9
using
System
;
namespace
TryBeef
;
class
Program
{
public
static
void
Main
(
String
[]
args
)
{
Console
.
WriteLine
(
"Hello world!!!"
);
}
}
Enter to Rename, Shift+Enter to Preview
Output:
=======
Enter Beef code to the left and press (F5) or (ctrl + enter) to compile and run
F5 or ctrl+enter to run