mirror of
https://github.com/Ed94/perfaware.git
synced 2024-11-10 04:14:53 -08:00
13 lines
101 B
C
13 lines
101 B
C
|
#define ZPL_IMPLEMENTATION
|
||
|
#include "zpl.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
zpl_printf("sim 8086!");
|
||
|
|
||
|
return 0;
|
||
|
}
|