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