Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 267 Bytes

File metadata and controls

16 lines (9 loc) · 267 Bytes

#今天认真读代码了没

System.out.println("读代码,有乐趣!"); 

<?php
    print "读代码,有乐趣!";
?>

printf("%s","读代码,有乐趣!");

print("读代码,有乐趣!")