|
作者: songyi1999 [songyi1999] 论坛用户 | 登录 |
用10种语言写hello,world程序,怎么写? 就当是灌水吧. basic: 10 ?hello,world! *.bat echo hello,world! 我可写了两种了. |
地主 发表时间: 01/26 23:23 |
回复: Jacky [jacky] 论坛用户 | 登录 |
perl 的 #! /usr/bin/perl -w print " hello world !! \n" |
B1层 发表时间: 01/26 23:44 |
回复: meilide [meilide] 论坛用户 | 登录 |
这可是太多了: for pascal: program hello begin writeln('hello !!') end. for c: main() { printf("%s","hello!\n"); } for pyhton >>> print 'hello !!' and script : #!/usr/bin/python print 'hello'; for c++ void main(void) { cout <<"hello!"; } for bash shell echo "hello!" or print "hello!" for c shell cat <<end "hello" end for perl #!/usr/bin/perl print <<end; hello end for php <? echo "hello!<br>" print "hello"; ?> |
B2层 发表时间: 01/26 23:52 |
回复: group [group] 论坛用户 | 登录 |
for ASP <% you = "Hello,World!" response.write you %> |
B3层 发表时间: 01/27 19:07 |
回复: none [onizuka] 论坛用户 | 登录 |
<script language=javascript> <!-- document.write("hello world"); --></script> |
B4层 发表时间: 01/30 17:53 |
|
20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon
粤ICP备05087286号