9 lines
133 B
C
9 lines
133 B
C
#include <stdio.h>
|
|
#include "lib/testing.h"
|
|
|
|
int main(int argc, char * argv[]) {
|
|
INFO("Hello world!");
|
|
|
|
DONE("Finished tests!");
|
|
}
|