This website requires JavaScript.
Explore
Help
Sign In
datawhalechina
/
cstart
Watch
2
Star
0
Fork
You've already forked cstart
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3212dce9fe
cstart
/
Lectures
/
Lecture2
/
Codes
/
6-macro.c
10 lines
96 B
C
Raw
Blame
History
#
include
<stdio.h>
#
define MAX 1000
int
main
(
void
)
{
printf
(
"
MAX: %d
"
,
MAX
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink