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