This website works better with JavaScript.
Explore
Help
Sign In
p7b9tnhcf
/
SysY2022
Watch
1
Star
0
Fork
You've already forked SysY2022
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dcea1a5ad7
SysY2022
/
test_cases
/
functional
/
46_hex_defn.sy
6 lines
78 B
Raw
Blame
History
// test hexadecimal define
int main(){
int a;
a = 0xf;
return a;
}
Reference in new issue
View Git Blame
Copy Permalink