Testing CodeQL

This commit is contained in:
Alcaro
2020-10-02 15:55:39 +02:00
committed by GitHub
parent 5a3d2012b8
commit a988b15c8f

View File

@@ -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