This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
wownero
mirror of
https://git.wownero.com/wownero/wownero.git
Watch
1
Star
0
Fork
You've already forked wownero
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9b3673a54c
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 15:07:58 -07:00
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
year updated in license
2015-01-02 09:52:46 -07:00
}