c:
main(){
printf("hello world");
}
vb:
private sub form_load()
print("hello world");
end sub
java:
public static class helloworld{
public static void main(String args[]){
System.out.println("hello world");
}
}
html:
<html>
<body>
hello world
</body>
</html>
其他的不记得了OTZ
main(){
printf("hello world");
}
vb:
private sub form_load()
print("hello world");
end sub
java:
public static class helloworld{
public static void main(String args[]){
System.out.println("hello world");
}
}
html:
<html>
<body>
hello world
</body>
</html>
其他的不记得了OTZ