mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
Testing CodeQL
This commit is contained in:
@@ -13,6 +13,9 @@ filemap* filemap::create(const char * filename) { return filemap::create_fallbac
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
char buf[256];
|
||||
sprintf(buf, "Welcome to %s", argv[0]);
|
||||
puts(buf);
|
||||
return flipsmain(argc, argv);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user