qfmt/test.c

12 lines
107 B
C
Raw Normal View History

2023-11-02 15:47:38 -04:00
#include <u.h>
#include <libc.h>
void
main()
{
2023-11-03 19:24:10 -04:00
print("Tests not implemented yet.\n");
2023-11-02 15:47:38 -04:00
exits(0);
}
//jl