mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-16 20:28:04 +01:00
10 lines
102 B
C
10 lines
102 B
C
|
|
#include "path_test.h"
|
||
|
|
#include "test.h"
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
testPath();
|
||
|
|
|
||
|
|
return showTestResults();
|
||
|
|
}
|