This website requires JavaScript.
Explore
Help
Sign In
VKVM
/
Demo
Watch
1
Star
0
Fork
You've already forked Demo
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b47d14b1c7
Demo
/
src
/
demo.cpp
7 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
+ Unit Test Framework + README + CHANGELOG + LICENCE
2019-10-16 16:27:14 +02:00
#
include
"demo.h"
int
test
(
)
{
~ fixed clang tidy errors
2019-11-19 12:26:31 +01:00
const
int
returnValue
=
42
;
return
returnValue
;
+ Unit Test Framework + README + CHANGELOG + LICENCE
2019-10-16 16:27:14 +02:00
}