|
12345678910 |
- /* Copyright (C) 2014 Ben Kurtovic <ben.kurtovic@gmail.com>
- Released under the terms of the MIT License. See LICENSE for details. */
-
- #include <stdio.h>
- #include <SDL.h>
-
- int main(int argc, char* argv[]) {
- printf("Hello, world!\n");
- return 0;
- }
|