_____________________ Future peace depends on you. There is no time to make funny mosquito art popular! !! Now is the time to say hello to people all over the world and pray for peace together. _____________________ I would be very happy if you could use this project for the opening and loading screens of your project. [How to use] Copy the script "Hello, World!" And the background "World" into your project, or remix this project to create your project. ________________________ 未来の平和はあなた達にかかっています。おかしなモスキーアートを流行らせている暇はありません!!今こそ世界中の人々に挨拶をして、共に平和を祈りましょう。 ________________________ このプロジェクトをあなたのプロジェクトのオープニングやロード画面に使ってくれたらとても嬉しいです。 【使い方】 "Hello, World!"というスクリプトと"World"という背景をあなたのプロジェクトにコピーするか、このプロジェクトをリミックスしてあなたのプロジェクトを作り上げてください。
"Hello, World!" Is a short program used in many programming languages as the first step to check the operation of a program and learn programming. In the programming language JAVA, it is this. System.out.println("Hello, world."); "Hello, World!"はプログラムの動作確認やプログラミングを学ぶための第一歩として多くのプログラム言語で使われている短いプログラムです。 【JAVA言語の場合】 System.out.println("Hello, world."); 【Pythonの場合】 print("Hello,world.")