shadow-over-bishkek001/proj-ios/fishrungames.shadowoverbishkek/fishrungames.shadowoverbishkek/main-ios.cpp
2026-08-02 20:10:34 +03:00

17 lines
228 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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;
}