l1.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 24 行
1A
24 行
#print(Section 1.1)The way you compile a C program is to say cc name.c where name.c is the name of the file the programis on. Here is a short C program that printsout a line containing "hello". Type it in andcompile it. Call it anything you want butdon't rename the output.When done, type "ready".main(){ printf("hello\n");}#once #create Refhello#usera.out >x#cmp x Ref#log#next1.1b 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?