This website requires JavaScript.
Explore
Help
Sign In
lfirmin
/
cpp06
Watch
1
Star
0
Fork
You've already forked cpp06
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7a8460f34d
cpp06
/
ex01
/
Data.hpp
9 lines
84 B
C++
Raw
Blame
History
#
ifndef DATA_HPP
#
define DATA_HPP
typedef
struct
Data
{
int
value
;
}
Data
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink