ti83-sdk/main.c

6 lines
52 B
C
Raw Normal View History

2023-10-07 23:32:30 +00:00
#include <assert.h>
void main() {
assert(0);
}