10 lines
101 B
C
10 lines
101 B
C
|
|
||
|
#include <SFML/System.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
/* Your code here */
|
||
|
|
||
|
return 0;
|
||
|
}
|