Delete core_os_execute.c
This commit is contained in:
parent
7bc1a333f4
commit
c9616a63cf
|
|
@ -1,14 +0,0 @@
|
|||
#include <raylib.h>
|
||||
|
||||
int main(void) {
|
||||
InitWindow(0,0,"Execute");
|
||||
Execute("mkdir made_with_example");
|
||||
while(!WindowShouldClose()) {
|
||||
BeginDrawing();
|
||||
ClearBackground(RAYWHITE);
|
||||
DrawText("Command executed successfully!!!",10,10,32,BLACK);
|
||||
EndDrawing();
|
||||
}
|
||||
CloseWindow();
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user