Support Hello World
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int x = 0;
|
||||
|
||||
void _start() {
|
||||
//call main here
|
||||
printf("Hello Planschbecken c: %i\n", x);
|
||||
}
|
7
src/Library/src/BootLoader/start.cpp
Normal file
7
src/Library/src/BootLoader/start.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
namespace JabyEngine {
|
||||
void start() {
|
||||
printf("Hello Planschbecken\n");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user