mirror of
https://github.com/lrenaud/sane-vscode-buildenv.git
synced 2025-06-16 04:10:13 -07:00
11 lines
No EOL
124 B
C++
11 lines
No EOL
124 B
C++
|
|
|
|
#include <GLFW/glfw3.h>
|
|
#include <stdio.h>
|
|
|
|
#include <sub.h>
|
|
|
|
int main(void) {
|
|
printf("hello world\n");
|
|
mysub();
|
|
} |