Hello world!

Hello world!

欢迎来到本人的博客,这是本人的第一个bolg,学生党,计算机专业小白一只,初来乍道,多多包涵。~( ̄~ ̄) 嚼! ——ZeroyiQ

  • C
    #include<stdio.h>
    int main(int argc,char *argv){
        printf("Hello world!\n");
        return 0;
    }
  • Java
    public class Helloworld(){
        public static void main(String[] args){
            system.out.println("Hellp world");
        }
    }
  • HTML
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Hello world!|welocome new world</title>
    </head>
    <body>
        <p><b>hello world!</b> </p>
    </body>
</html>
  • XML
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="book.css"?>
<text>
    <para>hello world</para>
</text>
  • 未完待续

你可能感兴趣的:(新手,计算机)