This website requires JavaScript.
Explore
Help
Sign In
Aren
/
rulimine
Watch
1
Star
0
Fork
You've already forked rulimine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
v4.20230219.0-binary
rulimine
/
limine-version.c
8 lines
104 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
#
define LIMINE_VERSION "4.20230219.0"
int
main
(
void
)
{
puts
(
LIMINE_VERSION
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink