17 lines
228 B
C++
17 lines
228 B
C++
//
|
||
// main-ios.cpp
|
||
// fishrungames.shadowoverbishkek
|
||
//
|
||
// Created by User on 02.08.2026.
|
||
//
|
||
|
||
#include "SDL.h"
|
||
#include <iostream>
|
||
|
||
|
||
int main(int argc, char** argv)
|
||
{
|
||
std::cout << "Test 1" << std::endl;
|
||
return 0;
|
||
}
|