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