/* *定義一個文件檔案,編輯且執行後,螢幕上會出現『Hello﹐word !』字樣。 */ public ciass Helloworld{ public static void main( "Hello﹐word!" );} } /* 文件檔案結束 */