Hello World Code | Answer | % Correct |
---|---|---|
int main() { std::cout << "Hello, world!"; return 0; } | C++ | 96%
|
class Program { public static void Main(string[] args) { Console.WriteLine("Hello, world!"); } } | C# | 83%
|
import javax.swing.JLabel; public class HelloWorld { public static void main(String[] args) { JFrame frame = new JFrame(); frame.setTitle("Hi!"); frame.add(new JLabel("Hello world!")); frame.pack(); frame.setLocationRelativeTo(null); frame.setVisible(true); } } | Java | 80%
|
Python | 78%
| |
JavaScript | 50%
| |
Bash | 38%
| |
Ruby | 31%
| |
JQuery | 26%
| |
begin WriteLn('Hello world!'); end. | Pascal | 22%
|
BASIC | 21%
| |
#import int main(void) { NSLog(@"Hello world!"); return 0; } | Objective-C | 21%
|
import "fmt" func main() { fmt.Println("Hello World!") } | Go | 18%
|
R | 14%
| |
MATLAB | 11%
| |
OCaml | 4%
|
Copyright H Brothers Inc, 2008–2023
Contact Us | Go To Top | View Mobile Site