This website requires JavaScript.
Explore
Help
Sign In
d0s3t3ch
/
wownero
Watch
1
Star
0
Fork
You've already forked wownero
0
mirror of
https://git.wownero.com/wownero/wownero.git
synced
2024-08-15 01:03:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1362846dd7
wownero
/
utils
/
test-static-assert.c
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
moved all stuff to github
2014-03-03 22:07:58 +00:00
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
year updated in license
2015-01-02 16:52:46 +00:00
}
Reference in a new issue
Copy permalink