QuickWelcome to Hexo! This is your very first post. Check. 123456#include <stdio.h>int main(void){ printf("Hello, World! \n"); return 0;} 123456#include<iostream>using namespace std;int main(){ cout<<"hello world"<<endl;}Author: JyLink: http://jy0305.github.io/2020/06/13/java-strengthen/Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.PS3GamesPrevious Postleetcode_stringNext PostHello World Comment