码迷,mamicode.com
首页 > 其他好文 > 详细

About me

时间:2016-01-30 13:50:05      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

 1 #include <stdio.h>                                            
 2 int main(void)                                                
 3 {                                                             
 4     printf("hello my friends!");                              
 5     Aboutme();                                                
 6     return 0;                                                 
 7 }                                                             
 8 void Aboutme()                                                
 9 {                                                             
10   printf("称呼:阿Q\n");                                      
11   printf("性别:男\n");                                       
12   printf("职业:学生\n");                                     
13   printf("邮箱:314298731@qq.com\n");                         
14   printf("兴趣:C、C++、PHP、ASP.NET 、Computer network\n");   
15 }       

About me

标签:

原文地址:http://www.cnblogs.com/A--Q/p/5170713.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!