/java-1

java

Primary LanguageJava

Name of repository: java

Author: Azhara

This is an image

#include <iostream>
#include <cstdlib> 
using namespace std;

int main() 
{ 
    cout << "Hello, world!" << endl;
    system("pause"); 
    return 0; 
}