8 lines
96 B
C
8 lines
96 B
C
#include <stdio.h>
|
|
|
|
#define LIMINE_VERSION "3.19"
|
|
|
|
int main(void) {
|
|
puts(LIMINE_VERSION);
|
|
}
|