プログラミングハローワールド(PHP)|ミニタイピング

PHP

 
00分00.00
  0   0  コンボLv. 1
全4行のプログラムです

 

 

読み込み中...

 

<?php
$message="HelloWorld";
echo $message;
?>