This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
ruc
Watch
1
Star
0
Fork
You've already forked ruc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Riyyis Utilities for C++
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27
Commits
1
Branch
0
Tags
851 KiB
Tree:
f31f7feb5e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f31f7feb5e'
${ noResults }
ruc
/
test
/
main.cpp
9 lines
100 B
Raw
Normal View
History
Unescape
Escape
Util+Test: Add code snapshot from the riyyi/manafiles project Add all utility and unit test code from the riyyi/manafiles project at commit 6f0e3d6063ab75ad81899135689569e440ddb813, link at: github.com/riyyi/manafiles/tree/6f0e3d6063ab75ad81899135689569e440ddb813
2 years ago
#
include
"testsuite.h"
int
main
(
int
,
const
char
*
[
]
)
{
Everywhere: Move everything in namescape Util => ruc
2 years ago
test
:
:
TestSuite
:
:
the
(
)
.
run
(
)
;
Util+Test: Add code snapshot from the riyyi/manafiles project Add all utility and unit test code from the riyyi/manafiles project at commit 6f0e3d6063ab75ad81899135689569e440ddb813, link at: github.com/riyyi/manafiles/tree/6f0e3d6063ab75ad81899135689569e440ddb813
2 years ago
return
0
;
}