projects
/
vkrt
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d12433eded9d3636f27a78fc1d103b7f57ee5028
[vkrt]
/
src
/
main.c
1
#include <stdio.h>
2
3
#include "vk.h"
4
5
int main(int argc, char** argv)
6
{
7
printf("hi\n");
8
}