Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
References
Certificates
Markdown
Instructor guides
Python libs
GitHub repos
FreeBASIC Compiler
Compiler
FBC
Name
FreeBASIC Compiler
Language
BASIC
Program and version
/bin/sh: 1: fbc: not found
Description
FreeBASIC Compiler
Type
compiler
Flags1
Flags2
Extension
.bas
Status
Ok
P68688
Function
Program
()
As
Integer
PRINT
"Hello world!"
RETURN
0
End
Function
Program
()