My First Post
Tutorials Estimated reading time: ~1 minutes
Some coding stuff
Blah blah
#include<stdio.h>
#include<SDL.h>
int main(void)
{
puts("Hello World");
return 0;
}
What is this? More?
Other box?
Tutorials Estimated reading time: ~1 minutes
Some coding stuff
Blah blah
#include<stdio.h>
#include<SDL.h>
int main(void)
{
puts("Hello World");
return 0;
}
What is this? More?
Other box?