This website requires JavaScript.
Explore
Help
Sign In
Palaiologos
/
ti83-sdk
Watch
1
Star
0
Fork
0
You've already forked ti83-sdk
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
59116bd2d6
ti83-sdk
/
main.c
8 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
initial commit
2023-10-07 23:32:30 +00:00
#
include
<assert.h>
stddef
2023-10-08 12:39:40 +00:00
#
include
<stddef.h>
initial commit
2023-10-07 23:32:30 +00:00
void
main
(
)
{
stddef
2023-10-08 12:39:40 +00:00
bool
b
=
0
;
assert
(
b
)
;
initial commit
2023-10-07 23:32:30 +00:00
}
Reference in New Issue
Copy Permalink