mirror of
https://github.com/SFML/SFML.git
synced 2024-11-26 05:11:04 +08:00
3a81c0cfab
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1101 4e206d99-4929-0410-ac5d-dfc041789085
10 lines
101 B
C
10 lines
101 B
C
|
|
#include <SFML/System.h>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
/* Your code here */
|
|
|
|
return 0;
|
|
} |