mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
7 lines
124 B
Python
7 lines
124 B
Python
#!/usr/bin/env python3
|
|
|
|
from create_database_utils import *
|
|
|
|
runSuccessfully([get_cmd("kotlinc"), "FileA.kt", "FileB.kt"])
|
|
|