mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
10 lines
104 B
C++
10 lines
104 B
C++
|
|
||
|
#include <SFML/System.hpp>
|
||
|
#include <iostream>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
/* Your code here */
|
||
|
|
||
|
return 0;
|
||
|
}
|