📄 l1.1a
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -