首页 > 
汇编语言 >
Linux内核嵌入式汇编
阅读:57,774
本节标题
 
 正文

C++之父Bjarne stroustrup     
		
  
  

C++之父Bjarne stroustrup
#include <stdio.h>
int main(void) {
    printf("hello world\n");
    return 0;
}

