mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 03:30:52 +01:00
6 lines
73 B
C++
6 lines
73 B
C++
|
|
#define ZPL_IMPLEMENTATION
|
||
|
|
#include <zpl.h>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
return 0;
|
||
|
|
}
|