mirror of
https://github.com/lrenaud/sane-vscode-buildenv.git
synced 2025-06-16 20:31:16 -07:00
Sane defaults
This commit is contained in:
commit
9218754f23
9 changed files with 118 additions and 0 deletions
11
mybox.cpp
Normal file
11
mybox.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <sub.h>
|
||||
|
||||
int main(void) {
|
||||
printf("hello world\n");
|
||||
mysub();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue