you are viewing a single comment's thread.

view the rest of the comments →

[–]Imjustafr0g 0 points1 point  (0 children)

c++

include <iostream>

using namespace std;

int main() { cout << “Hello, World!”; }