mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 08:40:53 +01:00
7 lines
96 B
C
7 lines
96 B
C
#define ZPL_IMPLEMENTATION
|
|
#define ZPL_NO_MATH_H
|
|
#include <zpl.h>
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|