1
0
mirror of https://github.com/mtrojnar/osslsigncode.git synced 2025-04-09 10:38:05 -05:00
2021-06-09 23:36:17 +02:00

7 lines
68 B
C

#include <stdio.h>
void main(void)
{
printf("Hello world!");
}